Html Css Color HEX #F08841 Flamenco

📋 copy color: '#F08841'

red 240 ◦ green 136 ◦ blue 65

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

Shades of Flamenco #F08841

Tints of Flamenco #F08841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 54.42%
G = 30.84%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08841 (or 0xF08841) is known color: Flamenco. HEX triplet: F0, 88 and 41. RGB value is (240,136,65). Sum of RGB (Red+Green+Blue) = 240+136+65=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08841 is #0F77BE. Grayscale: #9F9F9F. Windows color (decimal): -1013695 or 4294896. OLE color: 4294896.

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

Color convert

RGB 240 136 65 -
CMYK 0 0.43 0.73 0.06
HSL 24.34º 0.85% 0.6% -
HSV(B) 24.34º 0.73% 0.94% -
XYZ 45.69 36.52 9.64 -
YUV 159 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 240 136 65 0 0.43 0.73 0.06 24.34 0.85 0.6
Hex F0 88 41 0 2B 49 6 18 55 3C
Octal 360 210 101 0 53 111 6 30 125 74
Binary 11110000 10001000 1000001 0 101011 1001001 110 11000 1010101 111100

Color Harmonies of #F08841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08841

Black with #F08841

Text Example


Text Example

White with #F08841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08841; }

 p { color: rgb(240,136,65); }

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

background-color css

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

 a { background-color: rgb(240,136,65); }

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

border-color css

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

 span { border-color: rgb(240,136,65); }

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