Html Css Color HEX #FAB273 Tacao

📋 copy color: '#FAB273'

red 250 ◦ green 178 ◦ blue 115

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

Shades of Tacao #FAB273

Tints of Tacao #FAB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 46.04%
G = 32.78%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAB273 (or 0xFAB273) is known color: Tacao. HEX triplet: FA, B2 and 73. RGB value is (250,178,115). Sum of RGB (Red+Green+Blue) = 250+178+115=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB273 is #054D8C. Grayscale: #C0C0C0. Windows color (decimal): -347533 or 7582458. OLE color: 7582458.

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

Color convert

RGB 250 178 115 -
CMYK 0 0.29 0.54 0.02
HSL 28º 0.93% 0.72% -
HSV(B) 28º 0.54% 0.98% -
XYZ 58.44 53.4 23.45 -
YUV 192.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 250 178 115 0 0.29 0.54 0.02 28 0.93 0.72
Hex FA B2 73 0 1D 36 2 1C 5D 48
Octal 372 262 163 0 35 66 2 34 135 110
Binary 11111010 10110010 1110011 0 11101 110110 10 11100 1011101 1001000

Color Harmonies of #FAB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB273

Black with #FAB273

Text Example


Text Example

White with #FAB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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