Html Css Color HEX #FDA528 Lightning Yellow

📋 copy color: '#FDA528'

red 253 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #FDA528

Tints of Lightning Yellow #FDA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 55.24%
G = 36.03%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA528 (or 0xFDA528) is known color: Lightning Yellow. HEX triplet: FD, A5 and 28. RGB value is (253,165,40). Sum of RGB (Red+Green+Blue) = 253+165+40=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA528 is #025AD7. Grayscale: #B1B1B1. Windows color (decimal): -154328 or 2663933. OLE color: 2663933.

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

Color convert

RGB 253 165 40 -
CMYK 0 0.35 0.84 0.01
HSL 35.21º 0.98% 0.57% -
HSV(B) 35.21º 0.84% 0.99% -
XYZ 54.35 47.95 8.4 -
YUV 177.06 50.65 182.16 -
System Red Green Blue C M Y K H S L
Decimal 253 165 40 0 0.35 0.84 0.01 35.21 0.98 0.57
Hex FD A5 28 0 23 54 1 23 62 39
Octal 375 245 50 0 43 124 1 43 142 71
Binary 11111101 10100101 101000 0 100011 1010100 1 100011 1100010 111001

Color Harmonies of #FDA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA528

Black with #FDA528

Text Example


Text Example

White with #FDA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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