Html Css Color HEX #FDA429 Lightning Yellow

📋 copy color: '#FDA429'

red 253 ◦ green 164 ◦ blue 41

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

Shades of Lightning Yellow #FDA429

Tints of Lightning Yellow #FDA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 55.24%
G = 35.81%
B = 8.95%

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

#FDA429 (or 0xFDA429) is known color: Lightning Yellow. HEX triplet: FD, A4 and 29. RGB value is (253,164,41). Sum of RGB (Red+Green+Blue) = 253+164+41=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA429 is #025BD6. Grayscale: #B1B1B1. Windows color (decimal): -154583 or 2729213. OLE color: 2729213.

HSL color Cylindrical-coordinate representation of color #FDA429: hue angle of 34.81º 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 #FDA429 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 164 41 -
CMYK 0 0.35 0.84 0.01
HSL 34.81º 0.98% 0.58% -
HSV(B) 34.81º 0.84% 0.99% -
XYZ 54.18 47.59 8.43 -
YUV 176.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 253 164 41 0 0.35 0.84 0.01 34.81 0.98 0.58
Hex FD A4 29 0 23 54 1 23 62 3A
Octal 375 244 51 0 43 124 1 43 142 72
Binary 11111101 10100100 101001 0 100011 1010100 1 100011 1100010 111010

Color Harmonies of #FDA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA429

Black with #FDA429

Text Example


Text Example

White with #FDA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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