Html Css Color HEX #F08B41 Flamenco

📋 copy color: '#F08B41'

red 240 ◦ green 139 ◦ blue 65

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

Shades of Flamenco #F08B41

Tints of Flamenco #F08B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

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

R = 54.05%
G = 31.31%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08B41 (or 0xF08B41) is known color: Flamenco. HEX triplet: F0, 8B and 41. RGB value is (240,139,65). Sum of RGB (Red+Green+Blue) = 240+139+65=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B41 is #0F74BE. Grayscale: #A1A1A1. Windows color (decimal): -1012927 or 4295664. OLE color: 4295664.

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

Color convert

RGB 240 139 65 -
CMYK 0 0.42 0.73 0.06
HSL 25.37º 0.85% 0.6% -
HSV(B) 25.37º 0.73% 0.94% -
XYZ 46.12 37.37 9.78 -
YUV 160.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 240 139 65 0 0.42 0.73 0.06 25.37 0.85 0.6
Hex F0 8B 41 0 2A 49 6 19 55 3C
Octal 360 213 101 0 52 111 6 31 125 74
Binary 11110000 10001011 1000001 0 101010 1001001 110 11001 1010101 111100

Color Harmonies of #F08B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B41

Black with #F08B41

Text Example


Text Example

White with #F08B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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