#FDCE2B

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

Shades of Sunglow #FDCE2B

Tints of Sunglow #FDCE2B

Color information

#FDCE2B (or 0xFDCE2B) is unknown color: approx Sunglow. HEX triplet: FD, CE and 2B. RGB value is (253,206,43). Sum of RGB (Red+Green+Blue) = 253+206+43=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE2B is #0231D4. Grayscale: #CACACA. Windows color (decimal): -143829 or 2871037. OLE color: 2871037.

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

Color convert

RGB25320643-
CMYK00.190.830.01
HSL46.57º98.13%58.04%-
HSV(B)46.57º83%99.22%-
XYZ63.0265.211.55-
YUV201.4738.57164.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.40%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 43 (17.19% from 255) = 8.57%
R=50.40%
G=41.04%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532064300.190.830.0146.5798.1358.04
HexFDCE2B0135312f623a
Octal3753165302312315714272
Binary1111110111001110101011010011101001111011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE2B; }

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

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

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

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

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

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

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

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