Html Css Color HEX #F9AB70 Tacao

📋 copy color: '#F9AB70'

red 249 ◦ green 171 ◦ blue 112

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

Shades of Tacao #F9AB70

Tints of Tacao #F9AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 46.8%
G = 32.14%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9AB70 (or 0xF9AB70) is known color: Tacao. HEX triplet: F9, AB and 70. RGB value is (249,171,112). Sum of RGB (Red+Green+Blue) = 249+171+112=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB70 is #06548F. Grayscale: #BBBBBB. Windows color (decimal): -414864 or 7384057. OLE color: 7384057.

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

Color convert

RGB 249 171 112 -
CMYK 0 0.31 0.55 0.02
HSL 25.84º 0.92% 0.71% -
HSV(B) 25.84º 0.55% 0.98% -
XYZ 56.55 50.44 22.08 -
YUV 187.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 249 171 112 0 0.31 0.55 0.02 25.84 0.92 0.71
Hex F9 AB 70 0 1F 37 2 1A 5C 47
Octal 371 253 160 0 37 67 2 32 134 107
Binary 11111001 10101011 1110000 0 11111 110111 10 11010 1011100 1000111

Color Harmonies of #F9AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AB70

Black with #F9AB70

Text Example


Text Example

White with #F9AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AB70; }

 p { color: rgb(249,171,112); }

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

background-color css

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

 a { background-color: rgb(249,171,112); }

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

border-color css

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

 span { border-color: rgb(249,171,112); }

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