#FAD038

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

Shades of Sunglow #FAD038

Tints of Sunglow #FAD038

Color information

#FAD038 (or 0xFAD038) is unknown color: approx Sunglow. HEX triplet: FA, D0 and 38. RGB value is (250,208,56). Sum of RGB (Red+Green+Blue) = 250+208+56=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD038 is #052FC7. Grayscale: #CBCBCB. Windows color (decimal): -339912 or 3723514. OLE color: 3723514.

HSL color Cylindrical-coordinate representation of color #FAD038: hue angle of 47.01º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAD038 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB25020856-
CMYK00.170.780.02
HSL47.01º95.1%60%-
HSV(B)47.01º77.6%98.04%-
XYZ62.6965.7213.12-
YUV203.2344.91161.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 56 (22.27% from 255) = 10.89%
R=48.64%
G=40.47%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502085600.170.780.0247.0195.160
HexFAD0380114E22f5f3c
Octal3723207002111625713774
Binary11111010110100001110000100011001110101011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD038; }

 p { color: rgb(250,208,56); }

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

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

 a { background-color: rgb(250,208,56); }

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

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

 span { border-color: rgb(250,208,56); }

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