Html Css Color HEX #F4B476 Tacao

📋 copy color: '#F4B476'

red 244 ◦ green 180 ◦ blue 118

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

Shades of Tacao #F4B476

Tints of Tacao #F4B476

RGB

 RED value IS 244 (95.7% from 255) = 45.02%

 GREEN value IS 180 (70.7% from 255) = 33.21%

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 45.02%
G = 33.21%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4B476 (or 0xF4B476) is known color: Tacao. HEX triplet: F4, B4 and 76. RGB value is (244,180,118). Sum of RGB (Red+Green+Blue) = 244+180+118=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B476 is #0B4B89. Grayscale: #C0C0C0. Windows color (decimal): -740234 or 7779572. OLE color: 7779572.

HSL color Cylindrical-coordinate representation of color #F4B476: hue angle of 29.52º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4B476 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 180 118 -
CMYK 0 0.26 0.52 0.04
HSL 29.52º 0.85% 0.71% -
HSV(B) 29.52º 0.52% 0.96% -
XYZ 56.9 53.18 24.41 -
YUV 192.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 244 180 118 0 0.26 0.52 0.04 29.52 0.85 0.71
Hex F4 B4 76 0 1A 34 4 1E 55 47
Octal 364 264 166 0 32 64 4 36 125 107
Binary 11110100 10110100 1110110 0 11010 110100 100 11110 1010101 1000111

Color Harmonies of #F4B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B476

Black with #F4B476

Text Example


Text Example

White with #F4B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B476; }

 p { color: rgb(244,180,118); }

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

background-color css

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

 a { background-color: rgb(244,180,118); }

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

border-color css

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

 span { border-color: rgb(244,180,118); }

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