#FAD373

Color #FAD373 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FAD373

Tints of Grandis #FAD373

Color information

#FAD373 (or 0xFAD373) is unknown color: approx Grandis. HEX triplet: FA, D3 and 73. RGB value is (250,211,115). Sum of RGB (Red+Green+Blue) = 250+211+115=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD373 is #052C8C. Grayscale: #D4D4D4. Windows color (decimal): -339085 or 7590906. OLE color: 7590906.

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

Color convert

RGB250211115-
CMYK00.160.540.02
HSL42.67º93.1%71.57%-
HSV(B)42.67º54%98.04%-
XYZ65.8168.1525.91-
YUV211.7273.42155.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 115 (45.31% from 255) = 19.97%
R=43.40%
G=36.63%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021111500.160.540.0242.6793.171.57
HexFAD3730103622b5d48
Octal37232316302066253135110
Binary111110101101001111100110100001101101010101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD373; }

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

 H1.HeaderClassName
 {
   color: #FAD373;
 }
 .AnyTagClassName
 {
   color: #FAD373;
 }
</style>
background-color css

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

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

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

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

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

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