#FDA23C

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

Shades of Lightning Yellow #FDA23C

Tints of Lightning Yellow #FDA23C

Color information

#FDA23C (or 0xFDA23C) is unknown color: approx Lightning Yellow. HEX triplet: FD, A2 and 3C. RGB value is (253,162,60). Sum of RGB (Red+Green+Blue) = 253+162+60=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA23C is #025DC3. Grayscale: #B2B2B2. Windows color (decimal): -155076 or 3973885. OLE color: 3973885.

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

Color convert

RGB25316260-
CMYK00.360.760.01
HSL31.71º97.97%61.37%-
HSV(B)31.71º76.28%99.22%-
XYZ54.2447.0510.5-
YUV177.5861.65181.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 60 (23.83% from 255) = 12.63%
R=53.26%
G=34.11%
B=12.63%

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
Decimal2531626000.360.760.0131.7197.9761.37
HexFDA23C0244C120623d
Octal3752427404411414014275
Binary11111101101000101111000100100100110011000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA23C; }

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

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

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

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

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

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

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

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