Html Css Color HEX #F08C49 Flamenco

📋 copy color: '#F08C49'

red 240 ◦ green 140 ◦ blue 73

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

Shades of Flamenco #F08C49

Tints of Flamenco #F08C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 52.98%
G = 30.91%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F08C49 (or 0xF08C49) is known color: Flamenco. HEX triplet: F0, 8C and 49. RGB value is (240,140,73). Sum of RGB (Red+Green+Blue) = 240+140+73=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C49 is #0F73B6. Grayscale: #A2A2A2. Windows color (decimal): -1012663 or 4820208. OLE color: 4820208.

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

Color convert

RGB 240 140 73 -
CMYK 0 0.42 0.70 0.06
HSL 24.07º 0.85% 0.61% -
HSV(B) 24.07º 0.7% 0.94% -
XYZ 46.52 37.76 11.14 -
YUV 162.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 240 140 73 0 0.42 0.70 0.06 24.07 0.85 0.61
Hex F0 8C 49 0 2A 46 6 18 55 3D
Octal 360 214 111 0 52 106 6 30 125 75
Binary 11110000 10001100 1001001 0 101010 1000110 110 11000 1010101 111101

Color Harmonies of #F08C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C49

Black with #F08C49

Text Example


Text Example

White with #F08C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C49; }

 p { color: rgb(240,140,73); }

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

background-color css

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

 a { background-color: rgb(240,140,73); }

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

border-color css

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

 span { border-color: rgb(240,140,73); }

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