#FAD235

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

Shades of Sunglow #FAD235

Tints of Sunglow #FAD235

Color information

#FAD235 (or 0xFAD235) is unknown color: approx Sunglow. HEX triplet: FA, D2 and 35. RGB value is (250,210,53). Sum of RGB (Red+Green+Blue) = 250+210+53=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD235 is #052DCA. Grayscale: #CCCCCC. Windows color (decimal): -339403 or 3527418. OLE color: 3527418.

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

Color convert

RGB25021053-
CMYK00.160.790.02
HSL47.82º95.17%59.41%-
HSV(B)47.82º78.8%98.04%-
XYZ63.1166.6712.91-
YUV204.0642.75160.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 10.33%
R=48.73%
G=40.94%
B=10.33%

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
Decimal2502105300.160.790.0247.8295.1759.41
HexFAD2350104F2305f3b
Octal3723226502011726013773
Binary11111010110100101101010100001001111101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD235; }

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

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

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

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

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

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

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

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