Html Css Color HEX #F9B476 Tacao

📋 copy color: '#F9B476'

red 249 ◦ green 180 ◦ blue 118

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

Shades of Tacao #F9B476

Tints of Tacao #F9B476

RGB

 RED value IS 249 (97.66% from 255) = 45.52%

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

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

R = 45.52%
G = 32.91%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9B476 (or 0xF9B476) is known color: Tacao. HEX triplet: F9, B4 and 76. RGB value is (249,180,118). Sum of RGB (Red+Green+Blue) = 249+180+118=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B476 is #064B89. Grayscale: #C1C1C1. Windows color (decimal): -412554 or 7779577. OLE color: 7779577.

HSL color Cylindrical-coordinate representation of color #F9B476: hue angle of 28.4º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9B476 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 180 118 -
CMYK 0 0.28 0.53 0.02
HSL 28.4º 0.92% 0.72% -
HSV(B) 28.4º 0.53% 0.98% -
XYZ 58.66 54.09 24.49 -
YUV 193.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 249 180 118 0 0.28 0.53 0.02 28.4 0.92 0.72
Hex F9 B4 76 0 1C 35 2 1C 5C 48
Octal 371 264 166 0 34 65 2 34 134 110
Binary 11111001 10110100 1110110 0 11100 110101 10 11100 1011100 1001000

Color Harmonies of #F9B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B476

Black with #F9B476

Text Example


Text Example

White with #F9B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B476; }

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

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

background-color css

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

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

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

border-color css

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

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

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