Html Css Color HEX #F08546 Flamenco

📋 copy color: '#F08546'

red 240 ◦ green 133 ◦ blue 70

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

Shades of Flamenco #F08546

Tints of Flamenco #F08546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

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

R = 54.18%
G = 30.02%
B = 15.8%

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

#F08546 (or 0xF08546) is known color: Flamenco. HEX triplet: F0, 85 and 46. RGB value is (240,133,70). Sum of RGB (Red+Green+Blue) = 240+133+70=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F08546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08546 is #0F7AB9. Grayscale: #9E9E9E. Windows color (decimal): -1014458 or 4621808. OLE color: 4621808.

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

Color convert

RGB 240 133 70 -
CMYK 0 0.45 0.71 0.06
HSL 22.24º 0.85% 0.61% -
HSV(B) 22.24º 0.71% 0.94% -
XYZ 45.43 35.74 10.3 -
YUV 157.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 240 133 70 0 0.45 0.71 0.06 22.24 0.85 0.61
Hex F0 85 46 0 2D 47 6 16 55 3D
Octal 360 205 106 0 55 107 6 26 125 75
Binary 11110000 10000101 1000110 0 101101 1000111 110 10110 1010101 111101

Color Harmonies of #F08546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08546

Black with #F08546

Text Example


Text Example

White with #F08546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08546; }

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

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

background-color css

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

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

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

border-color css

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

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

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