Html Css Color HEX #FDA129 Lightning Yellow

📋 copy color: '#FDA129'

red 253 ◦ green 161 ◦ blue 41

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

Shades of Lightning Yellow #FDA129

Tints of Lightning Yellow #FDA129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

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

R = 55.6%
G = 35.38%
B = 9.01%

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

#FDA129 (or 0xFDA129) is known color: Lightning Yellow. HEX triplet: FD, A1 and 29. RGB value is (253,161,41). Sum of RGB (Red+Green+Blue) = 253+161+41=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA129 is #025ED6. Grayscale: #AFAFAF. Windows color (decimal): -155351 or 2728445. OLE color: 2728445.

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

Color convert

RGB 253 161 41 -
CMYK 0 0.36 0.84 0.01
HSL 33.96º 0.98% 0.58% -
HSV(B) 33.96º 0.84% 0.99% -
XYZ 53.65 46.53 8.25 -
YUV 174.83 52.48 183.76 -
System Red Green Blue C M Y K H S L
Decimal 253 161 41 0 0.36 0.84 0.01 33.96 0.98 0.58
Hex FD A1 29 0 24 54 1 22 62 3A
Octal 375 241 51 0 44 124 1 42 142 72
Binary 11111101 10100001 101001 0 100100 1010100 1 100010 1100010 111010

Color Harmonies of #FDA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA129

Black with #FDA129

Text Example


Text Example

White with #FDA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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