Html Css Color HEX #FDA524 Lightning Yellow

📋 copy color: '#FDA524'

red 253 ◦ green 165 ◦ blue 36

#FDA524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FDA524

Tints of Lightning Yellow #FDA524

RGB

 RED value IS 253 (99.22% from 255) = 55.73%

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 36 (14.45% from 255) = 7.93%

R = 55.73%
G = 36.34%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA524 (or 0xFDA524) is known color: Lightning Yellow. HEX triplet: FD, A5 and 24. RGB value is (253,165,36). Sum of RGB (Red+Green+Blue) = 253+165+36=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA524 is #025ADB. Grayscale: #B1B1B1. Windows color (decimal): -154332 or 2401789. OLE color: 2401789.

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

Color convert

RGB 253 165 36 -
CMYK 0 0.35 0.86 0.01
HSL 35.67º 0.98% 0.57% -
HSV(B) 35.67º 0.86% 0.99% -
XYZ 54.28 47.92 8.06 -
YUV 176.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 253 165 36 0 0.35 0.86 0.01 35.67 0.98 0.57
Hex FD A5 24 0 23 56 1 24 62 39
Octal 375 245 44 0 43 126 1 44 142 71
Binary 11111101 10100101 100100 0 100011 1010110 1 100100 1100010 111001

Color Harmonies of #FDA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA524

Black with #FDA524

Text Example


Text Example

White with #FDA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA524; }

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

 H1.HeaderClassName
 {
   color: #FDA524;
 }
 .AnyTagClassName
 {
   color: #FDA524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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