Html Css Color HEX #F9AF76 Tacao

📋 copy color: '#F9AF76'

red 249 ◦ green 175 ◦ blue 118

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

Shades of Tacao #F9AF76

Tints of Tacao #F9AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

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

R = 45.94%
G = 32.29%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9AF76 (or 0xF9AF76) is known color: Tacao. HEX triplet: F9, AF and 76. RGB value is (249,175,118). Sum of RGB (Red+Green+Blue) = 249+175+118=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF76 is #065089. Grayscale: #BEBEBE. Windows color (decimal): -413834 or 7778297. OLE color: 7778297.

HSL color Cylindrical-coordinate representation of color #F9AF76: hue angle of 26.11º 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 #F9AF76 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 118 -
CMYK 0 0.30 0.53 0.02
HSL 26.11º 0.92% 0.72% -
HSV(B) 26.11º 0.53% 0.98% -
XYZ 57.67 52.11 24.16 -
YUV 190.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 249 175 118 0 0.30 0.53 0.02 26.11 0.92 0.72
Hex F9 AF 76 0 1E 35 2 1A 5C 48
Octal 371 257 166 0 36 65 2 32 134 110
Binary 11111001 10101111 1110110 0 11110 110101 10 11010 1011100 1001000

Color Harmonies of #F9AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF76

Black with #F9AF76

Text Example


Text Example

White with #F9AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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