#FDCE3A

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

Shades of Sunglow #FDCE3A

Tints of Sunglow #FDCE3A

Color information

#FDCE3A (or 0xFDCE3A) is unknown color: approx Sunglow. HEX triplet: FD, CE and 3A. RGB value is (253,206,58). Sum of RGB (Red+Green+Blue) = 253+206+58=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE3A is #0231C5. Grayscale: #CBCBCB. Windows color (decimal): -143814 or 3854077. OLE color: 3854077.

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

Color convert

RGB25320658-
CMYK00.190.770.01
HSL45.54º97.99%60.98%-
HSV(B)45.54º77.08%99.22%-
XYZ63.3465.3313.27-
YUV203.1846.07163.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 58 (23.05% from 255) = 11.22%
R=48.94%
G=39.85%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532065800.190.770.0145.5497.9960.98
HexFDCE3A0134D12e623d
Octal3753167202311515614275
Binary1111110111001110111010010011100110111011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE3A; }

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

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

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

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

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

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

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

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