#FDC235

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

Shades of Sunglow #FDC235

Tints of Sunglow #FDC235

Color information

#FDC235 (or 0xFDC235) is unknown color: approx Sunglow. HEX triplet: FD, C2 and 35. RGB value is (253,194,53). Sum of RGB (Red+Green+Blue) = 253+194+53=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC235 is #023DCA. Grayscale: #C4C4C4. Windows color (decimal): -146891 or 3523325. OLE color: 3523325.

HSL color Cylindrical-coordinate representation of color #FDC235: hue angle of 42.3º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDC235 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25319453-
CMYK00.230.790.01
HSL42.3º98.04%60%-
HSV(B)42.3º79.05%99.22%-
XYZ60.4459.7211.71-
YUV195.5747.55168.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 53 (21.09% from 255) = 10.6%
R=50.6%
G=38.8%
B=10.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531945300.230.790.0142.398.0460
HexFDC2350174F12a623c
Octal3753026502711715214274
Binary1111110111000010110101010111100111111010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC235; }

 p { color: rgb(253,194,53); }

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

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

 a { background-color: rgb(253,194,53); }

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

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

 span { border-color: rgb(253,194,53); }

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