Html Css Color HEX #F08B4A Flamenco

📋 copy color: '#F08B4A'

red 240 ◦ green 139 ◦ blue 74

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

Shades of Flamenco #F08B4A

Tints of Flamenco #F08B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 52.98%
G = 30.68%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F08B4A (or 0xF08B4A) is known color: Flamenco. HEX triplet: F0, 8B and 4A. RGB value is (240,139,74). Sum of RGB (Red+Green+Blue) = 240+139+74=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B4A is #0F74B5. Grayscale: #A2A2A2. Windows color (decimal): -1012918 or 4885488. OLE color: 4885488.

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

Color convert

RGB 240 139 74 -
CMYK 0 0.42 0.69 0.06
HSL 23.49º 0.85% 0.62% -
HSV(B) 23.49º 0.69% 0.94% -
XYZ 46.4 37.48 11.27 -
YUV 161.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 240 139 74 0 0.42 0.69 0.06 23.49 0.85 0.62
Hex F0 8B 4A 0 2A 45 6 17 55 3E
Octal 360 213 112 0 52 105 6 27 125 76
Binary 11110000 10001011 1001010 0 101010 1000101 110 10111 1010101 111110

Color Harmonies of #F08B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B4A

Black with #F08B4A

Text Example


Text Example

White with #F08B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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