Html Css Color HEX #FAB275 Tacao

📋 copy color: '#FAB275'

red 250 ◦ green 178 ◦ blue 117

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

Shades of Tacao #FAB275

Tints of Tacao #FAB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 45.87%
G = 32.66%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAB275 (or 0xFAB275) is known color: Tacao. HEX triplet: FA, B2 and 75. RGB value is (250,178,117). Sum of RGB (Red+Green+Blue) = 250+178+117=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB275 is #054D8A. Grayscale: #C0C0C0. Windows color (decimal): -347531 or 7713530. OLE color: 7713530.

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

Color convert

RGB 250 178 117 -
CMYK 0 0.29 0.53 0.02
HSL 27.52º 0.93% 0.72% -
HSV(B) 27.52º 0.53% 0.98% -
XYZ 58.56 53.45 24.06 -
YUV 192.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 250 178 117 0 0.29 0.53 0.02 27.52 0.93 0.72
Hex FA B2 75 0 1D 35 2 1C 5D 48
Octal 372 262 165 0 35 65 2 34 135 110
Binary 11111010 10110010 1110101 0 11101 110101 10 11100 1011101 1001000

Color Harmonies of #FAB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB275

Black with #FAB275

Text Example


Text Example

White with #FAB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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