Html Css Color HEX #F08247 Flamenco

📋 copy color: '#F08247'

red 240 ◦ green 130 ◦ blue 71

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

Shades of Flamenco #F08247

Tints of Flamenco #F08247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 71 (28.13% from 255) = 16.1%

R = 54.42%
G = 29.48%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F08247 (or 0xF08247) is known color: Flamenco. HEX triplet: F0, 82 and 47. RGB value is (240,130,71). Sum of RGB (Red+Green+Blue) = 240+130+71=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08247 is #0F7DB8. Grayscale: #9C9C9C. Windows color (decimal): -1015225 or 4686576. OLE color: 4686576.

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

Color convert

RGB 240 130 71 -
CMYK 0 0.46 0.70 0.06
HSL 20.95º 0.85% 0.61% -
HSV(B) 20.95º 0.7% 0.94% -
XYZ 45.06 34.95 10.33 -
YUV 156.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 240 130 71 0 0.46 0.70 0.06 20.95 0.85 0.61
Hex F0 82 47 0 2E 46 6 15 55 3D
Octal 360 202 107 0 56 106 6 25 125 75
Binary 11110000 10000010 1000111 0 101110 1000110 110 10101 1010101 111101

Color Harmonies of #F08247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08247

Black with #F08247

Text Example


Text Example

White with #F08247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08247; }

 p { color: rgb(240,130,71); }

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

background-color css

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

 a { background-color: rgb(240,130,71); }

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

border-color css

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

 span { border-color: rgb(240,130,71); }

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