Html Css Color HEX #FAB470 Tacao

📋 copy color: '#FAB470'

red 250 ◦ green 180 ◦ blue 112

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

Shades of Tacao #FAB470

Tints of Tacao #FAB470

RGB

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

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

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

R = 46.13%
G = 33.21%
B = 20.66%

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

#FAB470 (or 0xFAB470) is known color: Tacao. HEX triplet: FA, B4 and 70. RGB value is (250,180,112). Sum of RGB (Red+Green+Blue) = 250+180+112=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB470 is #054B8F. Grayscale: #C1C1C1. Windows color (decimal): -347024 or 7386362. OLE color: 7386362.

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

Color convert

RGB 250 180 112 -
CMYK 0 0.28 0.55 0.02
HSL 29.57º 0.93% 0.71% -
HSV(B) 29.57º 0.55% 0.98% -
XYZ 58.67 54.14 22.69 -
YUV 193.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 250 180 112 0 0.28 0.55 0.02 29.57 0.93 0.71
Hex FA B4 70 0 1C 37 2 1E 5D 47
Octal 372 264 160 0 34 67 2 36 135 107
Binary 11111010 10110100 1110000 0 11100 110111 10 11110 1011101 1000111

Color Harmonies of #FAB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB470

Black with #FAB470

Text Example


Text Example

White with #FAB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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