Html Css Color HEX #F08940 Flamenco

📋 copy color: '#F08940'

red 240 ◦ green 137 ◦ blue 64

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

Shades of Flamenco #F08940

Tints of Flamenco #F08940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 54.42%
G = 31.07%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08940 (or 0xF08940) is known color: Flamenco. HEX triplet: F0, 89 and 40. RGB value is (240,137,64). Sum of RGB (Red+Green+Blue) = 240+137+64=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08940 is #0F76BF. Grayscale: #9F9F9F. Windows color (decimal): -1013440 or 4229616. OLE color: 4229616.

HSL color Cylindrical-coordinate representation of color #F08940: hue angle of 24.89º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F08940 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 64 -
CMYK 0 0.43 0.73 0.06
HSL 24.89º 0.85% 0.6% -
HSV(B) 24.89º 0.73% 0.94% -
XYZ 45.81 36.79 9.54 -
YUV 159.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 240 137 64 0 0.43 0.73 0.06 24.89 0.85 0.6
Hex F0 89 40 0 2B 49 6 19 55 3C
Octal 360 211 100 0 53 111 6 31 125 74
Binary 11110000 10001001 1000000 0 101011 1001001 110 11001 1010101 111100

Color Harmonies of #F08940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08940

Black with #F08940

Text Example


Text Example

White with #F08940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08940; }

 p { color: rgb(240,137,64); }

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

background-color css

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

 a { background-color: rgb(240,137,64); }

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

border-color css

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

 span { border-color: rgb(240,137,64); }

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