Html Css Color HEX #F08541 Flamenco

📋 copy color: '#F08541'

red 240 ◦ green 133 ◦ blue 65

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

Shades of Flamenco #F08541

Tints of Flamenco #F08541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 54.79%
G = 30.37%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08541 (or 0xF08541) is known color: Flamenco. HEX triplet: F0, 85 and 41. RGB value is (240,133,65). Sum of RGB (Red+Green+Blue) = 240+133+65=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F08541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08541 is #0F7ABE. Grayscale: #9D9D9D. Windows color (decimal): -1014463 or 4294128. OLE color: 4294128.

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

Color convert

RGB 240 133 65 -
CMYK 0 0.45 0.73 0.06
HSL 23.31º 0.85% 0.6% -
HSV(B) 23.31º 0.73% 0.94% -
XYZ 45.28 35.68 9.5 -
YUV 157.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 240 133 65 0 0.45 0.73 0.06 23.31 0.85 0.6
Hex F0 85 41 0 2D 49 6 17 55 3C
Octal 360 205 101 0 55 111 6 27 125 74
Binary 11110000 10000101 1000001 0 101101 1001001 110 10111 1010101 111100

Color Harmonies of #F08541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08541

Black with #F08541

Text Example


Text Example

White with #F08541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08541; }

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

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

background-color css

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

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

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

border-color css

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

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

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