Html Css Color HEX #FAB370 Tacao

📋 copy color: '#FAB370'

red 250 ◦ green 179 ◦ blue 112

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

Shades of Tacao #FAB370

Tints of Tacao #FAB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

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

R = 46.21%
G = 33.09%
B = 20.7%

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

#FAB370 (or 0xFAB370) is known color: Tacao. HEX triplet: FA, B3 and 70. RGB value is (250,179,112). Sum of RGB (Red+Green+Blue) = 250+179+112=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB370 is #054C8F. Grayscale: #C0C0C0. Windows color (decimal): -347280 or 7386106. OLE color: 7386106.

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

Color convert

RGB 250 179 112 -
CMYK 0 0.28 0.55 0.02
HSL 29.13º 0.93% 0.71% -
HSV(B) 29.13º 0.55% 0.98% -
XYZ 58.47 53.73 22.62 -
YUV 192.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 250 179 112 0 0.28 0.55 0.02 29.13 0.93 0.71
Hex FA B3 70 0 1C 37 2 1D 5D 47
Octal 372 263 160 0 34 67 2 35 135 107
Binary 11111010 10110011 1110000 0 11100 110111 10 11101 1011101 1000111

Color Harmonies of #FAB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB370

Black with #FAB370

Text Example


Text Example

White with #FAB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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