Html Css Color HEX #F0A874 Tacao

📋 copy color: '#F0A874'

red 240 ◦ green 168 ◦ blue 116

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

Shades of Tacao #F0A874

Tints of Tacao #F0A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

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

R = 45.8%
G = 32.06%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A874 (or 0xF0A874) is known color: Tacao. HEX triplet: F0, A8 and 74. RGB value is (240,168,116). Sum of RGB (Red+Green+Blue) = 240+168+116=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A874 is #0F578B. Grayscale: #B7B7B7. Windows color (decimal): -1005452 or 7645424. OLE color: 7645424.

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

Color convert

RGB 240 168 116 -
CMYK 0 0.3 0.52 0.06
HSL 25.16º 0.81% 0.7% -
HSV(B) 25.16º 0.52% 0.94% -
XYZ 53.09 47.79 22.95 -
YUV 183.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 240 168 116 0 0.3 0.52 0.06 25.16 0.81 0.7
Hex F0 A8 74 0 1E 34 6 19 51 46
Octal 360 250 164 0 36 64 6 31 121 106
Binary 11110000 10101000 1110100 0 11110 110100 110 11001 1010001 1000110

Color Harmonies of #F0A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A874

Black with #F0A874

Text Example


Text Example

White with #F0A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A874; }

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

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

background-color css

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

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

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

border-color css

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

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

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