Html Css Color HEX #F08547 Flamenco

📋 copy color: '#F08547'

red 240 ◦ green 133 ◦ blue 71

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

Shades of Flamenco #F08547

Tints of Flamenco #F08547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 54.05%
G = 29.95%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F08547 (or 0xF08547) is known color: Flamenco. HEX triplet: F0, 85 and 47. RGB value is (240,133,71). Sum of RGB (Red+Green+Blue) = 240+133+71=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F08547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08547 is #0F7AB8. Grayscale: #9E9E9E. Windows color (decimal): -1014457 or 4687344. OLE color: 4687344.

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

Color convert

RGB 240 133 71 -
CMYK 0 0.45 0.70 0.06
HSL 22.01º 0.85% 0.61% -
HSV(B) 22.01º 0.7% 0.94% -
XYZ 45.46 35.76 10.47 -
YUV 157.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 240 133 71 0 0.45 0.70 0.06 22.01 0.85 0.61
Hex F0 85 47 0 2D 46 6 16 55 3D
Octal 360 205 107 0 55 106 6 26 125 75
Binary 11110000 10000101 1000111 0 101101 1000110 110 10110 1010101 111101

Color Harmonies of #F08547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08547

Black with #F08547

Text Example


Text Example

White with #F08547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08547; }

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

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

background-color css

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

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

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

border-color css

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

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

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