Html Css Color HEX #F08449 Flamenco

📋 copy color: '#F08449'

red 240 ◦ green 132 ◦ blue 73

#F08449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #F08449

Tints of Flamenco #F08449

RGB

 RED value IS 240 (94.14% from 255) = 53.93%

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 73 (28.91% from 255) = 16.4%

R = 53.93%
G = 29.66%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F08449 (or 0xF08449) is known color: Flamenco. HEX triplet: F0, 84 and 49. RGB value is (240,132,73). Sum of RGB (Red+Green+Blue) = 240+132+73=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08449 is #0F7BB6. Grayscale: #9D9D9D. Windows color (decimal): -1014711 or 4818160. OLE color: 4818160.

HSL color Cylindrical-coordinate representation of color #F08449: hue angle of 21.2º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F08449 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 73 -
CMYK 0 0.45 0.70 0.06
HSL 21.2º 0.85% 0.61% -
HSV(B) 21.2º 0.7% 0.94% -
XYZ 45.39 35.51 10.76 -
YUV 157.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 240 132 73 0 0.45 0.70 0.06 21.2 0.85 0.61
Hex F0 84 49 0 2D 46 6 15 55 3D
Octal 360 204 111 0 55 106 6 25 125 75
Binary 11110000 10000100 1001001 0 101101 1000110 110 10101 1010101 111101

Color Harmonies of #F08449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08449

Black with #F08449

Text Example


Text Example

White with #F08449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08449; }

 p { color: rgb(240,132,73); }

 H1.HeaderClassName
 {
   color: #F08449;
 }
 .AnyTagClassName
 {
   color: #F08449;
 }
</style>

background-color css

<style>
 a { background-color: #F08449; }

 a { background-color: rgb(240,132,73); }

 div.DivClassName
 {
   background-color: #F08449;
 }
 .BgClassName
 {
   background-color: #F08449;
 }
</style>

border-color css

<style>
 span { border-color: #F08449; }

 span { border-color: rgb(240,132,73); }

 td.TdClassName
 {
   border-color: #F08449;
 }
 .TagClassName
 {
   border-color: #F08449;
 }
</style>