Html Css Color HEX #F0B574 Tacao

📋 copy color: '#F0B574'

red 240 ◦ green 181 ◦ blue 116

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

Shades of Tacao #F0B574

Tints of Tacao #F0B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 44.69%
G = 33.71%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0B574 (or 0xF0B574) is known color: Tacao. HEX triplet: F0, B5 and 74. RGB value is (240,181,116). Sum of RGB (Red+Green+Blue) = 240+181+116=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B574 is #0F4A8B. Grayscale: #BFBFBF. Windows color (decimal): -1002124 or 7648752. OLE color: 7648752.

HSL color Cylindrical-coordinate representation of color #F0B574: hue angle of 31.45º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0B574 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 116 -
CMYK 0 0.25 0.52 0.06
HSL 31.45º 0.81% 0.7% -
HSV(B) 31.45º 0.52% 0.94% -
XYZ 55.61 52.83 23.79 -
YUV 191.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 240 181 116 0 0.25 0.52 0.06 31.45 0.81 0.7
Hex F0 B5 74 0 19 34 6 1F 51 46
Octal 360 265 164 0 31 64 6 37 121 106
Binary 11110000 10110101 1110100 0 11001 110100 110 11111 1010001 1000110

Color Harmonies of #F0B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B574

Black with #F0B574

Text Example


Text Example

White with #F0B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B574; }

 p { color: rgb(240,181,116); }

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

background-color css

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

 a { background-color: rgb(240,181,116); }

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

border-color css

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

 span { border-color: rgb(240,181,116); }

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