Html Css Color HEX #FAB570 Tacao

📋 copy color: '#FAB570'

red 250 ◦ green 181 ◦ blue 112

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

Shades of Tacao #FAB570

Tints of Tacao #FAB570

RGB

 RED value IS 250 (98.05% from 255) = 46.04%

 GREEN value IS 181 (71.09% from 255) = 33.33%

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

R = 46.04%
G = 33.33%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAB570 (or 0xFAB570) is known color: Tacao. HEX triplet: FA, B5 and 70. RGB value is (250,181,112). Sum of RGB (Red+Green+Blue) = 250+181+112=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB570 is #054A8F. Grayscale: #C2C2C2. Windows color (decimal): -346768 or 7386618. OLE color: 7386618.

HSL color Cylindrical-coordinate representation of color #FAB570: hue angle of 30º degrees, saturation: 0.93, 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 #FAB570 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 112 -
CMYK 0 0.28 0.55 0.02
HSL 30º 0.93% 0.71% -
HSV(B) 30º 0.55% 0.98% -
XYZ 58.87 54.54 22.75 -
YUV 193.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 250 181 112 0 0.28 0.55 0.02 30 0.93 0.71
Hex FA B5 70 0 1C 37 2 1E 5D 47
Octal 372 265 160 0 34 67 2 36 135 107
Binary 11111010 10110101 1110000 0 11100 110111 10 11110 1011101 1000111

Color Harmonies of #FAB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB570

Black with #FAB570

Text Example


Text Example

White with #FAB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB570; }

 p { color: rgb(250,181,112); }

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

background-color css

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

 a { background-color: rgb(250,181,112); }

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

border-color css

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

 span { border-color: rgb(250,181,112); }

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