Html Css Color HEX #F08442 Flamenco

📋 copy color: '#F08442'

red 240 ◦ green 132 ◦ blue 66

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

Shades of Flamenco #F08442

Tints of Flamenco #F08442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 54.79%
G = 30.14%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F08442 (or 0xF08442) is known color: Flamenco. HEX triplet: F0, 84 and 42. RGB value is (240,132,66). Sum of RGB (Red+Green+Blue) = 240+132+66=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F08442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08442 is #0F7BBD. Grayscale: #9D9D9D. Windows color (decimal): -1014718 or 4359408. OLE color: 4359408.

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

Color convert

RGB 240 132 66 -
CMYK 0 0.45 0.72 0.06
HSL 22.76º 0.85% 0.6% -
HSV(B) 22.76º 0.73% 0.94% -
XYZ 45.17 35.42 9.61 -
YUV 156.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 240 132 66 0 0.45 0.72 0.06 22.76 0.85 0.6
Hex F0 84 42 0 2D 48 6 17 55 3C
Octal 360 204 102 0 55 110 6 27 125 74
Binary 11110000 10000100 1000010 0 101101 1001000 110 10111 1010101 111100

Color Harmonies of #F08442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08442

Black with #F08442

Text Example


Text Example

White with #F08442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08442; }

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

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

background-color css

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

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

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

border-color css

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

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

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