#FDA535

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

Shades of Lightning Yellow #FDA535

Tints of Lightning Yellow #FDA535

Color information

#FDA535 (or 0xFDA535) is unknown color: approx Lightning Yellow. HEX triplet: FD, A5 and 35. RGB value is (253,165,53). Sum of RGB (Red+Green+Blue) = 253+165+53=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA535 is #025ACA. Grayscale: #B3B3B3. Windows color (decimal): -154315 or 3515901. OLE color: 3515901.

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

Color convert

RGB25316553-
CMYK00.350.790.01
HSL33.6º98.04%60%-
HSV(B)33.6º79.05%99.22%-
XYZ54.6148.059.76-
YUV178.5457.15181.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 53 (21.09% from 255) = 11.25%
R=53.72%
G=35.03%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531655300.350.790.0133.698.0460
HexFDA5350234F122623c
Octal3752456504311714214274
Binary11111101101001011101010100011100111111000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA535; }

 p { color: rgb(253,165,53); }

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

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

 a { background-color: rgb(253,165,53); }

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

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

 span { border-color: rgb(253,165,53); }

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