#FAD135

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

Shades of Sunglow #FAD135

Tints of Sunglow #FAD135

Color information

#FAD135 (or 0xFAD135) is unknown color: approx Sunglow. HEX triplet: FA, D1 and 35. RGB value is (250,209,53). Sum of RGB (Red+Green+Blue) = 250+209+53=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD135 is #052ECA. Grayscale: #CCCCCC. Windows color (decimal): -339659 or 3527162. OLE color: 3527162.

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

Color convert

RGB25020953-
CMYK00.160.790.02
HSL47.51º95.17%59.41%-
HSV(B)47.51º78.8%98.04%-
XYZ62.8766.1812.83-
YUV203.4843.08161.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 53 (21.09% from 255) = 10.35%
R=48.83%
G=40.82%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502095300.160.790.0247.5195.1759.41
HexFAD1350104F2305f3b
Octal3723216502011726013773
Binary11111010110100011101010100001001111101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD135; }

 p { color: rgb(250,209,53); }

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

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

 a { background-color: rgb(250,209,53); }

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

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

 span { border-color: rgb(250,209,53); }

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