Html Css Color HEX #FAB375 Tacao

📋 copy color: '#FAB375'

red 250 ◦ green 179 ◦ blue 117

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

Shades of Tacao #FAB375

Tints of Tacao #FAB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.78%

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

R = 45.79%
G = 32.78%
B = 21.43%

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

#FAB375 (or 0xFAB375) is known color: Tacao. HEX triplet: FA, B3 and 75. RGB value is (250,179,117). Sum of RGB (Red+Green+Blue) = 250+179+117=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB375 is #054C8A. Grayscale: #C1C1C1. Windows color (decimal): -347275 or 7713786. OLE color: 7713786.

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

Color convert

RGB 250 179 117 -
CMYK 0 0.28 0.53 0.02
HSL 27.97º 0.93% 0.72% -
HSV(B) 27.97º 0.53% 0.98% -
XYZ 58.76 53.85 24.13 -
YUV 193.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 250 179 117 0 0.28 0.53 0.02 27.97 0.93 0.72
Hex FA B3 75 0 1C 35 2 1C 5D 48
Octal 372 263 165 0 34 65 2 34 135 110
Binary 11111010 10110011 1110101 0 11100 110101 10 11100 1011101 1001000

Color Harmonies of #FAB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB375

Black with #FAB375

Text Example


Text Example

White with #FAB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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