#FDC13F

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

Shades of Supernova #FDC13F

Tints of Supernova #FDC13F

Color information

#FDC13F (or 0xFDC13F) is unknown color: approx Supernova. HEX triplet: FD, C1 and 3F. RGB value is (253,193,63). Sum of RGB (Red+Green+Blue) = 253+193+63=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13F is #023EC0. Grayscale: #C4C4C4. Windows color (decimal): -147137 or 4178429. OLE color: 4178429.

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

Color convert

RGB25319363-
CMYK00.240.750.01
HSL41.05º97.94%61.96%-
HSV(B)41.05º75.1%99.22%-
XYZ60.4859.3812.98-
YUV196.1252.88168.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 63 (25% from 255) = 12.38%
R=49.71%
G=37.92%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531936300.240.750.0141.0597.9461.96
HexFDC13F0184B129623e
Octal3753017703011315114276
Binary1111110111000001111111011000100101111010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC13F; }

 p { color: rgb(253,193,63); }

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

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

 a { background-color: rgb(253,193,63); }

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

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

 span { border-color: rgb(253,193,63); }

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