Html Css Color HEX #F08346 Flamenco

📋 copy color: '#F08346'

red 240 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #F08346

Tints of Flamenco #F08346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 54.42%
G = 29.71%
B = 15.87%

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

#F08346 (or 0xF08346) is known color: Flamenco. HEX triplet: F0, 83 and 46. RGB value is (240,131,70). Sum of RGB (Red+Green+Blue) = 240+131+70=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08346 is #0F7CB9. Grayscale: #9C9C9C. Windows color (decimal): -1014970 or 4621296. OLE color: 4621296.

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

Color convert

RGB 240 131 70 -
CMYK 0 0.45 0.71 0.06
HSL 21.53º 0.85% 0.61% -
HSV(B) 21.53º 0.71% 0.94% -
XYZ 45.16 35.2 10.21 -
YUV 156.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 240 131 70 0 0.45 0.71 0.06 21.53 0.85 0.61
Hex F0 83 46 0 2D 47 6 16 55 3D
Octal 360 203 106 0 55 107 6 26 125 75
Binary 11110000 10000011 1000110 0 101101 1000111 110 10110 1010101 111101

Color Harmonies of #F08346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08346

Black with #F08346

Text Example


Text Example

White with #F08346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08346; }

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

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

background-color css

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

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

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

border-color css

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

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

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