Html Css Color HEX #FDA329 Lightning Yellow

📋 copy color: '#FDA329'

red 253 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #FDA329

Tints of Lightning Yellow #FDA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

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

R = 55.36%
G = 35.67%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA329 (or 0xFDA329) is known color: Lightning Yellow. HEX triplet: FD, A3 and 29. RGB value is (253,163,41). Sum of RGB (Red+Green+Blue) = 253+163+41=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA329 is #025CD6. Grayscale: #B0B0B0. Windows color (decimal): -154839 or 2728957. OLE color: 2728957.

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

Color convert

RGB 253 163 41 -
CMYK 0 0.36 0.84 0.01
HSL 34.53º 0.98% 0.58% -
HSV(B) 34.53º 0.84% 0.99% -
XYZ 54.01 47.24 8.37 -
YUV 176 51.82 182.92 -
System Red Green Blue C M Y K H S L
Decimal 253 163 41 0 0.36 0.84 0.01 34.53 0.98 0.58
Hex FD A3 29 0 24 54 1 23 62 3A
Octal 375 243 51 0 44 124 1 43 142 72
Binary 11111101 10100011 101001 0 100100 1010100 1 100011 1100010 111010

Color Harmonies of #FDA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA329

Black with #FDA329

Text Example


Text Example

White with #FDA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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