Html Css Color HEX #F08342 Flamenco

📋 copy color: '#F08342'

red 240 ◦ green 131 ◦ blue 66

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

Shades of Flamenco #F08342

Tints of Flamenco #F08342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

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

R = 54.92%
G = 29.98%
B = 15.1%

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

#F08342 (or 0xF08342) is known color: Flamenco. HEX triplet: F0, 83 and 42. RGB value is (240,131,66). Sum of RGB (Red+Green+Blue) = 240+131+66=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F08342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08342 is #0F7CBD. Grayscale: #9C9C9C. Windows color (decimal): -1014974 or 4359152. OLE color: 4359152.

HSL color Cylindrical-coordinate representation of color #F08342: hue angle of 22.41º 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 #F08342 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 66 -
CMYK 0 0.45 0.72 0.06
HSL 22.41º 0.85% 0.6% -
HSV(B) 22.41º 0.73% 0.94% -
XYZ 45.03 35.15 9.57 -
YUV 156.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 240 131 66 0 0.45 0.72 0.06 22.41 0.85 0.6
Hex F0 83 42 0 2D 48 6 16 55 3C
Octal 360 203 102 0 55 110 6 26 125 74
Binary 11110000 10000011 1000010 0 101101 1001000 110 10110 1010101 111100

Color Harmonies of #F08342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08342

Black with #F08342

Text Example


Text Example

White with #F08342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08342; }

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

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

background-color css

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

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

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

border-color css

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

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

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