#FDC934

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

Shades of Sunglow #FDC934

Tints of Sunglow #FDC934

Color information

#FDC934 (or 0xFDC934) is unknown color: approx Sunglow. HEX triplet: FD, C9 and 34. RGB value is (253,201,52). Sum of RGB (Red+Green+Blue) = 253+201+52=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC934 is #0236CB. Grayscale: #C8C8C8. Windows color (decimal): -145100 or 3459581. OLE color: 3459581.

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

Color convert

RGB25320152-
CMYK00.210.790.01
HSL44.48º98.05%59.8%-
HSV(B)44.48º79.45%99.22%-
XYZ62.0162.912.12-
YUV199.5644.73166.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 52 (20.70% from 255) = 10.28%
R=50%
G=39.72%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532015200.210.790.0144.4898.0559.8
HexFDC9340154F12c623c
Octal3753116402511715414274
Binary1111110111001001110100010101100111111011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC934; }

 p { color: rgb(253,201,52); }

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

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

 a { background-color: rgb(253,201,52); }

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

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

 span { border-color: rgb(253,201,52); }

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