Html Css Color HEX #F08845 Flamenco

📋 copy color: '#F08845'

red 240 ◦ green 136 ◦ blue 69

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

Shades of Flamenco #F08845

Tints of Flamenco #F08845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 53.93%
G = 30.56%
B = 15.51%

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

#F08845 (or 0xF08845) is known color: Flamenco. HEX triplet: F0, 88 and 45. RGB value is (240,136,69). Sum of RGB (Red+Green+Blue) = 240+136+69=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08845 is #0F77BA. Grayscale: #9F9F9F. Windows color (decimal): -1013691 or 4557040. OLE color: 4557040.

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

Color convert

RGB 240 136 69 -
CMYK 0 0.43 0.71 0.06
HSL 23.51º 0.85% 0.61% -
HSV(B) 23.51º 0.71% 0.94% -
XYZ 45.81 36.56 10.27 -
YUV 159.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 240 136 69 0 0.43 0.71 0.06 23.51 0.85 0.61
Hex F0 88 45 0 2B 47 6 18 55 3D
Octal 360 210 105 0 53 107 6 30 125 75
Binary 11110000 10001000 1000101 0 101011 1000111 110 11000 1010101 111101

Color Harmonies of #F08845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08845

Black with #F08845

Text Example


Text Example

White with #F08845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08845; }

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

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

background-color css

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

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

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

border-color css

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

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

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