#FDCE34

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

Shades of Sunglow #FDCE34

Tints of Sunglow #FDCE34

Color information

#FDCE34 (or 0xFDCE34) is unknown color: approx Sunglow. HEX triplet: FD, CE and 34. RGB value is (253,206,52). Sum of RGB (Red+Green+Blue) = 253+206+52=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE34 is #0231CB. Grayscale: #CBCBCB. Windows color (decimal): -143820 or 3460861. OLE color: 3460861.

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

Color convert

RGB25320652-
CMYK00.190.790.01
HSL45.97º98.05%59.8%-
HSV(B)45.97º79.45%99.22%-
XYZ63.265.2712.52-
YUV202.543.07164.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 52 (20.70% from 255) = 10.18%
R=49.51%
G=40.31%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532065200.190.790.0145.9798.0559.8
HexFDCE340134F12e623c
Octal3753166402311715614274
Binary1111110111001110110100010011100111111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE34; }

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

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

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

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

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

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

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

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