Html Css Color HEX #F08041 Flamenco

📋 copy color: '#F08041'

red 240 ◦ green 128 ◦ blue 65

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

Shades of Flamenco #F08041

Tints of Flamenco #F08041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

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

R = 55.43%
G = 29.56%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08041 (or 0xF08041) is known color: Flamenco. HEX triplet: F0, 80 and 41. RGB value is (240,128,65). Sum of RGB (Red+Green+Blue) = 240+128+65=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F08041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08041 is #0F7FBE. Grayscale: #9A9A9A. Windows color (decimal): -1015743 or 4292848. OLE color: 4292848.

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

Color convert

RGB 240 128 65 -
CMYK 0 0.47 0.73 0.06
HSL 21.6º 0.85% 0.6% -
HSV(B) 21.6º 0.73% 0.94% -
XYZ 44.61 34.35 9.28 -
YUV 154.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 240 128 65 0 0.47 0.73 0.06 21.6 0.85 0.6
Hex F0 80 41 0 2F 49 6 16 55 3C
Octal 360 200 101 0 57 111 6 26 125 74
Binary 11110000 10000000 1000001 0 101111 1001001 110 10110 1010101 111100

Color Harmonies of #F08041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08041

Black with #F08041

Text Example


Text Example

White with #F08041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08041; }

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

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

background-color css

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

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

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

border-color css

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

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

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