Html Css Color HEX #F08446 Flamenco

📋 copy color: '#F08446'

red 240 ◦ green 132 ◦ blue 70

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

Shades of Flamenco #F08446

Tints of Flamenco #F08446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 54.3%
G = 29.86%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F08446 (or 0xF08446) is known color: Flamenco. HEX triplet: F0, 84 and 46. RGB value is (240,132,70). Sum of RGB (Red+Green+Blue) = 240+132+70=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F08446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08446 is #0F7BB9. Grayscale: #9D9D9D. Windows color (decimal): -1014714 or 4621552. OLE color: 4621552.

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

Color convert

RGB 240 132 70 -
CMYK 0 0.45 0.71 0.06
HSL 21.88º 0.85% 0.61% -
HSV(B) 21.88º 0.71% 0.94% -
XYZ 45.29 35.47 10.25 -
YUV 157.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 240 132 70 0 0.45 0.71 0.06 21.88 0.85 0.61
Hex F0 84 46 0 2D 47 6 16 55 3D
Octal 360 204 106 0 55 107 6 26 125 75
Binary 11110000 10000100 1000110 0 101101 1000111 110 10110 1010101 111101

Color Harmonies of #F08446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08446

Black with #F08446

Text Example


Text Example

White with #F08446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08446; }

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

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

background-color css

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

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

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

border-color css

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

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

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