Html Css Color HEX #FAB16E Tacao

📋 copy color: '#FAB16E'

red 250 ◦ green 177 ◦ blue 110

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

Shades of Tacao #FAB16E

Tints of Tacao #FAB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 46.55%
G = 32.96%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAB16E (or 0xFAB16E) is known color: Tacao. HEX triplet: FA, B1 and 6E. RGB value is (250,177,110). Sum of RGB (Red+Green+Blue) = 250+177+110=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16E is #054E91. Grayscale: #BFBFBF. Windows color (decimal): -347794 or 7254522. OLE color: 7254522.

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

Color convert

RGB 250 177 110 -
CMYK 0 0.29 0.56 0.02
HSL 28.71º 0.93% 0.71% -
HSV(B) 28.71º 0.56% 0.98% -
XYZ 57.96 52.89 21.91 -
YUV 191.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 250 177 110 0 0.29 0.56 0.02 28.71 0.93 0.71
Hex FA B1 6E 0 1D 38 2 1D 5D 47
Octal 372 261 156 0 35 70 2 35 135 107
Binary 11111010 10110001 1101110 0 11101 111000 10 11101 1011101 1000111

Color Harmonies of #FAB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB16E

Black with #FAB16E

Text Example


Text Example

White with #FAB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB16E; }

 p { color: rgb(250,177,110); }

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

background-color css

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

 a { background-color: rgb(250,177,110); }

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

border-color css

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

 span { border-color: rgb(250,177,110); }

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