Html Css Color HEX #FDA931 Lightning Yellow

📋 copy color: '#FDA931'

red 253 ◦ green 169 ◦ blue 49

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

Shades of Lightning Yellow #FDA931

Tints of Lightning Yellow #FDA931

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 53.72%
G = 35.88%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA931 (or 0xFDA931) is known color: Lightning Yellow. HEX triplet: FD, A9 and 31. RGB value is (253,169,49). Sum of RGB (Red+Green+Blue) = 253+169+49=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA931 is #0256CE. Grayscale: #B4B4B4. Windows color (decimal): -153295 or 3254781. OLE color: 3254781.

HSL color Cylindrical-coordinate representation of color #FDA931: hue angle of 35.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA931 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 49 -
CMYK 0 0.33 0.81 0.01
HSL 35.29º 0.98% 0.59% -
HSV(B) 35.29º 0.81% 0.99% -
XYZ 55.25 49.48 9.54 -
YUV 180.44 53.83 179.76 -
System Red Green Blue C M Y K H S L
Decimal 253 169 49 0 0.33 0.81 0.01 35.29 0.98 0.59
Hex FD A9 31 0 21 51 1 23 62 3B
Octal 375 251 61 0 41 121 1 43 142 73
Binary 11111101 10101001 110001 0 100001 1010001 1 100011 1100010 111011

Color Harmonies of #FDA931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA931

Black with #FDA931

Text Example


Text Example

White with #FDA931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA931; }

 p { color: rgb(253,169,49); }

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

background-color css

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

 a { background-color: rgb(253,169,49); }

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

border-color css

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

 span { border-color: rgb(253,169,49); }

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