#FDA42E

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

Shades of Lightning Yellow #FDA42E

Tints of Lightning Yellow #FDA42E

Color information

#FDA42E (or 0xFDA42E) is unknown color: approx Lightning Yellow. HEX triplet: FD, A4 and 2E. RGB value is (253,164,46). Sum of RGB (Red+Green+Blue) = 253+164+46=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA42E is #025BD1. Grayscale: #B1B1B1. Windows color (decimal): -154578 or 3056893. OLE color: 3056893.

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

Color convert

RGB25316446-
CMYK00.350.820.01
HSL34.2º98.1%58.63%-
HSV(B)34.2º81.82%99.22%-
XYZ54.2847.638.92-
YUV177.1653.99182.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 46 (18.36% from 255) = 9.94%
R=54.64%
G=35.42%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531644600.350.820.0134.298.158.63
HexFDA42E02352122623b
Octal3752445604312214214273
Binary11111101101001001011100100011101001011000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA42E; }

 p { color: rgb(253,164,46); }

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

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

 a { background-color: rgb(253,164,46); }

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

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

 span { border-color: rgb(253,164,46); }

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