Html Css Color HEX #FDA029 Lightning Yellow

📋 copy color: '#FDA029'

red 253 ◦ green 160 ◦ blue 41

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

Shades of Lightning Yellow #FDA029

Tints of Lightning Yellow #FDA029

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

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

R = 55.73%
G = 35.24%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA029 (or 0xFDA029) is known color: Lightning Yellow. HEX triplet: FD, A0 and 29. RGB value is (253,160,41). Sum of RGB (Red+Green+Blue) = 253+160+41=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA029 is #025FD6. Grayscale: #AEAEAE. Windows color (decimal): -155607 or 2728189. OLE color: 2728189.

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

Color convert

RGB 253 160 41 -
CMYK 0 0.37 0.84 0.01
HSL 33.68º 0.98% 0.58% -
HSV(B) 33.68º 0.84% 0.99% -
XYZ 53.48 46.18 8.19 -
YUV 174.24 52.81 184.18 -
System Red Green Blue C M Y K H S L
Decimal 253 160 41 0 0.37 0.84 0.01 33.68 0.98 0.58
Hex FD A0 29 0 25 54 1 22 62 3A
Octal 375 240 51 0 45 124 1 42 142 72
Binary 11111101 10100000 101001 0 100101 1010100 1 100010 1100010 111010

Color Harmonies of #FDA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA029

Black with #FDA029

Text Example


Text Example

White with #FDA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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