Html Css Color HEX #F08046 Flamenco

📋 copy color: '#F08046'

red 240 ◦ green 128 ◦ blue 70

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

Shades of Flamenco #F08046

Tints of Flamenco #F08046

RGB

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

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

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

R = 54.79%
G = 29.22%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F08046 (or 0xF08046) is known color: Flamenco. HEX triplet: F0, 80 and 46. RGB value is (240,128,70). Sum of RGB (Red+Green+Blue) = 240+128+70=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F08046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08046 is #0F7FB9. Grayscale: #9B9B9B. Windows color (decimal): -1015738 or 4620528. OLE color: 4620528.

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

Color convert

RGB 240 128 70 -
CMYK 0 0.47 0.71 0.06
HSL 20.47º 0.85% 0.61% -
HSV(B) 20.47º 0.71% 0.94% -
XYZ 44.76 34.41 10.08 -
YUV 154.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 240 128 70 0 0.47 0.71 0.06 20.47 0.85 0.61
Hex F0 80 46 0 2F 47 6 14 55 3D
Octal 360 200 106 0 57 107 6 24 125 75
Binary 11110000 10000000 1000110 0 101111 1000111 110 10100 1010101 111101

Color Harmonies of #F08046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08046

Black with #F08046

Text Example


Text Example

White with #F08046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08046; }

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

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

background-color css

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

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

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

border-color css

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

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

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