Html Css Color HEX #FAB475 Tacao

📋 copy color: '#FAB475'

red 250 ◦ green 180 ◦ blue 117

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

Shades of Tacao #FAB475

Tints of Tacao #FAB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

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

R = 45.7%
G = 32.91%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAB475 (or 0xFAB475) is known color: Tacao. HEX triplet: FA, B4 and 75. RGB value is (250,180,117). Sum of RGB (Red+Green+Blue) = 250+180+117=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB475 is #054B8A. Grayscale: #C2C2C2. Windows color (decimal): -347019 or 7714042. OLE color: 7714042.

HSL color Cylindrical-coordinate representation of color #FAB475: hue angle of 28.42º 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 #FAB475 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 117 -
CMYK 0 0.28 0.53 0.02
HSL 28.42º 0.93% 0.72% -
HSV(B) 28.42º 0.53% 0.98% -
XYZ 58.96 54.25 24.19 -
YUV 193.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 250 180 117 0 0.28 0.53 0.02 28.42 0.93 0.72
Hex FA B4 75 0 1C 35 2 1C 5D 48
Octal 372 264 165 0 34 65 2 34 135 110
Binary 11111010 10110100 1110101 0 11100 110101 10 11100 1011101 1001000

Color Harmonies of #FAB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB475

Black with #FAB475

Text Example


Text Example

White with #FAB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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