#FDC236

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

Shades of Sunglow #FDC236

Tints of Sunglow #FDC236

Color information

#FDC236 (or 0xFDC236) is unknown color: approx Sunglow. HEX triplet: FD, C2 and 36. RGB value is (253,194,54). Sum of RGB (Red+Green+Blue) = 253+194+54=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC236 is #023DC9. Grayscale: #C4C4C4. Windows color (decimal): -146890 or 3588861. OLE color: 3588861.

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

Color convert

RGB25319454-
CMYK00.230.790.01
HSL42.21º98.03%60.2%-
HSV(B)42.21º78.66%99.22%-
XYZ60.4759.7311.83-
YUV195.6848.05168.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 54 (21.48% from 255) = 10.78%
R=50.50%
G=38.72%
B=10.78%

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
Decimal2531945400.230.790.0142.2198.0360.2
HexFDC2360174F12a623c
Octal3753026602711715214274
Binary1111110111000010110110010111100111111010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC236; }

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

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

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

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

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

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

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

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