Html Css Color HEX #FDAC29 Lightning Yellow

📋 copy color: '#FDAC29'

red 253 ◦ green 172 ◦ blue 41

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

Shades of Lightning Yellow #FDAC29

Tints of Lightning Yellow #FDAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

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

R = 54.29%
G = 36.91%
B = 8.8%

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

#FDAC29 (or 0xFDAC29) is known color: Lightning Yellow. HEX triplet: FD, AC and 29. RGB value is (253,172,41). Sum of RGB (Red+Green+Blue) = 253+172+41=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC29 is #0253D6. Grayscale: #B5B5B5. Windows color (decimal): -152535 or 2731261. OLE color: 2731261.

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

Color convert

RGB 253 172 41 -
CMYK 0 0.32 0.84 0.01
HSL 37.08º 0.98% 0.58% -
HSV(B) 37.08º 0.84% 0.99% -
XYZ 55.66 50.55 8.92 -
YUV 181.29 48.84 179.15 -
System Red Green Blue C M Y K H S L
Decimal 253 172 41 0 0.32 0.84 0.01 37.08 0.98 0.58
Hex FD AC 29 0 20 54 1 25 62 3A
Octal 375 254 51 0 40 124 1 45 142 72
Binary 11111101 10101100 101001 0 100000 1010100 1 100101 1100010 111010

Color Harmonies of #FDAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC29

Black with #FDAC29

Text Example


Text Example

White with #FDAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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