Html Css Color HEX #FDA529 Lightning Yellow

📋 copy color: '#FDA529'

red 253 ◦ green 165 ◦ blue 41

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

Shades of Lightning Yellow #FDA529

Tints of Lightning Yellow #FDA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 55.12%
G = 35.95%
B = 8.93%

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

#FDA529 (or 0xFDA529) is known color: Lightning Yellow. HEX triplet: FD, A5 and 29. RGB value is (253,165,41). Sum of RGB (Red+Green+Blue) = 253+165+41=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA529 is #025AD6. Grayscale: #B1B1B1. Windows color (decimal): -154327 or 2729469. OLE color: 2729469.

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

Color convert

RGB 253 165 41 -
CMYK 0 0.35 0.84 0.01
HSL 35.09º 0.98% 0.58% -
HSV(B) 35.09º 0.84% 0.99% -
XYZ 54.36 47.95 8.49 -
YUV 177.18 51.15 182.08 -
System Red Green Blue C M Y K H S L
Decimal 253 165 41 0 0.35 0.84 0.01 35.09 0.98 0.58
Hex FD A5 29 0 23 54 1 23 62 3A
Octal 375 245 51 0 43 124 1 43 142 72
Binary 11111101 10100101 101001 0 100011 1010100 1 100011 1100010 111010

Color Harmonies of #FDA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA529

Black with #FDA529

Text Example


Text Example

White with #FDA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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