Html Css Color HEX #F08846 Flamenco

📋 copy color: '#F08846'

red 240 ◦ green 136 ◦ blue 70

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

Shades of Flamenco #F08846

Tints of Flamenco #F08846

RGB

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

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

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

R = 53.81%
G = 30.49%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F08846 (or 0xF08846) is known color: Flamenco. HEX triplet: F0, 88 and 46. RGB value is (240,136,70). Sum of RGB (Red+Green+Blue) = 240+136+70=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F08846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08846 is #0F77B9. Grayscale: #9F9F9F. Windows color (decimal): -1013690 or 4622576. OLE color: 4622576.

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

Color convert

RGB 240 136 70 -
CMYK 0 0.43 0.71 0.06
HSL 23.29º 0.85% 0.61% -
HSV(B) 23.29º 0.71% 0.94% -
XYZ 45.84 36.58 10.44 -
YUV 159.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 240 136 70 0 0.43 0.71 0.06 23.29 0.85 0.61
Hex F0 88 46 0 2B 47 6 17 55 3D
Octal 360 210 106 0 53 107 6 27 125 75
Binary 11110000 10001000 1000110 0 101011 1000111 110 10111 1010101 111101

Color Harmonies of #F08846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08846

Black with #F08846

Text Example


Text Example

White with #F08846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08846; }

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

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

background-color css

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

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

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

border-color css

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

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

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