Html Css Color HEX #FAB278 Tacao

📋 copy color: '#FAB278'

red 250 ◦ green 178 ◦ blue 120

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

Shades of Tacao #FAB278

Tints of Tacao #FAB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.48%

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 45.62%
G = 32.48%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAB278 (or 0xFAB278) is known color: Tacao. HEX triplet: FA, B2 and 78. RGB value is (250,178,120). Sum of RGB (Red+Green+Blue) = 250+178+120=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB278 is #054D87. Grayscale: #C1C1C1. Windows color (decimal): -347528 or 7910138. OLE color: 7910138.

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

Color convert

RGB 250 178 120 -
CMYK 0 0.29 0.52 0.02
HSL 26.77º 0.93% 0.73% -
HSV(B) 26.77º 0.52% 0.98% -
XYZ 58.73 53.52 25 -
YUV 192.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 250 178 120 0 0.29 0.52 0.02 26.77 0.93 0.73
Hex FA B2 78 0 1D 34 2 1B 5D 49
Octal 372 262 170 0 35 64 2 33 135 111
Binary 11111010 10110010 1111000 0 11101 110100 10 11011 1011101 1001001

Color Harmonies of #FAB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB278

Black with #FAB278

Text Example


Text Example

White with #FAB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB278; }

 p { color: rgb(250,178,120); }

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

background-color css

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

 a { background-color: rgb(250,178,120); }

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

border-color css

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

 span { border-color: rgb(250,178,120); }

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