Color Hex Logo

#f09a45 Color Hex

#F09A45
(240,154,69)
0 Favorites   0 Comments

Color spaces of #f09a45

RGB 24015469
HSL0.080.850.61
HSV30°71°94°
CMYK 0.000.360.71   0.06
XYZ48.565042.066111.1901
Yxy42.06610.47700.4131
Hunter Lab64.858420.156035.1715
CIE-Lab70.916525.088456.1743

#f09a45 color RGB value is (240,154,69).

#f09a45 hex color red value is 240, green value is 154 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f09a45 hue: 0.08 , saturation: 0.85 and the lightness value of f09a45 is 0.61.

The process color (four color CMYK) of #f09a45 color hex is 0.00, 0.36, 0.71, 0.06. Web safe color of #f09a45 is #ff9933. Color #f09a45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 01000101
Octal 360 232 105
Decimal 240 154 69
Hex F0 9A 45

RGB Percentages of Color #f09a45

%51.84
%33.26
%14.90

CMYK Percentages of Color #f09a45

%0
%36
%71
%6

Triadic Colors of #f09a45

#f09a45 #45f09a #9a45f0

Analogous Colors of #f09a45

#f09a45 #f0f045 #f04546

Monochromatic Colors of #f09a45

#f09a45

Complementary Color

#f09a45 #459bf0

#f09a45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09a45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09a45 Color CSS Codes

.mybgcolor {background-color:#f09a45; } 
.myforecolor {color:#f09a45; }
.mybordercolor {border:3px solid #f09a45; }

#f09a45 Text Font Color

<p style="color:#f09a45">Text here</p>

This sample text font color is #f09a45
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f09a45 Background Color

<div style="background-color:#f09a45">
Div content here</div>

This div background color is #f09a45


#f09a45 Border Color

<div style="border:3px solid #f09a45">
Div here</div>

This div border color is #f09a45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,154,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f09a45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f09a45;
  -webkit-box-shadow: 1px 1px 3px 2px #f09a45;
  box-shadow:         1px 1px 3px 2px #f09a45; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,154,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f09a45">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f09a45;
  -webkit-box-shadow: 1px 1px 3px 2px #f09a45;
  box-shadow:         1px 1px 3px 2px #f09a45;">
Div content here</div>

This div box has shadow with color #f09a45


Comments

No comments written yet.

Please login to write comment.