#FDA13C

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

Shades of Lightning Yellow #FDA13C

Tints of Lightning Yellow #FDA13C

Color information

#FDA13C (or 0xFDA13C) is unknown color: approx Lightning Yellow. HEX triplet: FD, A1 and 3C. RGB value is (253,161,60). Sum of RGB (Red+Green+Blue) = 253+161+60=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA13C is #025EC3. Grayscale: #B1B1B1. Windows color (decimal): -155332 or 3973629. OLE color: 3973629.

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

Color convert

RGB25316160-
CMYK00.360.760.01
HSL31.4º97.97%61.37%-
HSV(B)31.4º76.28%99.22%-
XYZ54.0746.710.44-
YUV176.9961.98182.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 60 (23.83% from 255) = 12.66%
R=53.38%
G=33.97%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531616000.360.760.0131.497.9761.37
HexFDA13C0244C11f623d
Octal3752417404411413714275
Binary1111110110100001111100010010010011001111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA13C; }

 p { color: rgb(253,161,60); }

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

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

 a { background-color: rgb(253,161,60); }

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

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

 span { border-color: rgb(253,161,60); }

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