Html Css Color HEX #FDAB29 Lightning Yellow

📋 copy color: '#FDAB29'

red 253 ◦ green 171 ◦ blue 41

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

Shades of Lightning Yellow #FDAB29

Tints of Lightning Yellow #FDAB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

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

R = 54.41%
G = 36.77%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDAB29 (or 0xFDAB29) is known color: Lightning Yellow. HEX triplet: FD, AB and 29. RGB value is (253,171,41). Sum of RGB (Red+Green+Blue) = 253+171+41=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB29 is #0254D6. Grayscale: #B5B5B5. Windows color (decimal): -152791 or 2731005. OLE color: 2731005.

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

Color convert

RGB 253 171 41 -
CMYK 0 0.32 0.84 0.01
HSL 36.79º 0.98% 0.58% -
HSV(B) 36.79º 0.84% 0.99% -
XYZ 55.47 50.17 8.86 -
YUV 180.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 253 171 41 0 0.32 0.84 0.01 36.79 0.98 0.58
Hex FD AB 29 0 20 54 1 25 62 3A
Octal 375 253 51 0 40 124 1 45 142 72
Binary 11111101 10101011 101001 0 100000 1010100 1 100101 1100010 111010

Color Harmonies of #FDAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB29

Black with #FDAB29

Text Example


Text Example

White with #FDAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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