Html Css Color HEX #FAB07C Tacao

📋 copy color: '#FAB07C'

red 250 ◦ green 176 ◦ blue 124

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

Shades of Tacao #FAB07C

Tints of Tacao #FAB07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 45.45%
G = 32%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAB07C (or 0xFAB07C) is known color: Tacao. HEX triplet: FA, B0 and 7C. RGB value is (250,176,124). Sum of RGB (Red+Green+Blue) = 250+176+124=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB07C is #054F83. Grayscale: #C0C0C0. Windows color (decimal): -348036 or 8171770. OLE color: 8171770.

HSL color Cylindrical-coordinate representation of color #FAB07C: hue angle of 24.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAB07C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 124 -
CMYK 0 0.30 0.50 0.02
HSL 24.76º 0.93% 0.73% -
HSV(B) 24.76º 0.5% 0.98% -
XYZ 58.59 52.83 26.18 -
YUV 192.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 250 176 124 0 0.30 0.50 0.02 24.76 0.93 0.73
Hex FA B0 7C 0 1E 32 2 19 5D 49
Octal 372 260 174 0 36 62 2 31 135 111
Binary 11111010 10110000 1111100 0 11110 110010 10 11001 1011101 1001001

Color Harmonies of #FAB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB07C

Black with #FAB07C

Text Example


Text Example

White with #FAB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB07C; }

 p { color: rgb(250,176,124); }

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

background-color css

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

 a { background-color: rgb(250,176,124); }

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

border-color css

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

 span { border-color: rgb(250,176,124); }

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