#FDA02D

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

Shades of Lightning Yellow #FDA02D

Tints of Lightning Yellow #FDA02D

Color information

#FDA02D (or 0xFDA02D) is unknown color: approx Lightning Yellow. HEX triplet: FD, A0 and 2D. RGB value is (253,160,45). Sum of RGB (Red+Green+Blue) = 253+160+45=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02D is #025FD2. Grayscale: #AFAFAF. Windows color (decimal): -155603 or 2990333. OLE color: 2990333.

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

Color convert

RGB25316045-
CMYK00.370.820.01
HSL33.17º98.11%58.43%-
HSV(B)33.17º82.21%99.22%-
XYZ53.5546.218.58-
YUV174.754.81183.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.24%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 45 (17.97% from 255) = 9.83%
R=55.24%
G=34.93%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531604500.370.820.0133.1798.1158.43
HexFDA02D02552121623a
Octal3752405504512214114272
Binary11111101101000001011010100101101001011000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA02D; }

 p { color: rgb(253,160,45); }

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

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

 a { background-color: rgb(253,160,45); }

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

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

 span { border-color: rgb(253,160,45); }

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