Html Css Color HEX #F08341 Flamenco

📋 copy color: '#F08341'

red 240 ◦ green 131 ◦ blue 65

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

Shades of Flamenco #F08341

Tints of Flamenco #F08341

RGB

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

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

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

R = 55.05%
G = 30.05%
B = 14.91%

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

#F08341 (or 0xF08341) is known color: Flamenco. HEX triplet: F0, 83 and 41. RGB value is (240,131,65). Sum of RGB (Red+Green+Blue) = 240+131+65=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F08341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08341 is #0F7CBE. Grayscale: #9C9C9C. Windows color (decimal): -1014975 or 4293616. OLE color: 4293616.

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

Color convert

RGB 240 131 65 -
CMYK 0 0.45 0.73 0.06
HSL 22.63º 0.85% 0.6% -
HSV(B) 22.63º 0.73% 0.94% -
XYZ 45.01 35.14 9.41 -
YUV 156.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 240 131 65 0 0.45 0.73 0.06 22.63 0.85 0.6
Hex F0 83 41 0 2D 49 6 17 55 3C
Octal 360 203 101 0 55 111 6 27 125 74
Binary 11110000 10000011 1000001 0 101101 1001001 110 10111 1010101 111100

Color Harmonies of #F08341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08341

Black with #F08341

Text Example


Text Example

White with #F08341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08341; }

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

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

background-color css

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

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

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

border-color css

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

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

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