Html Css Color HEX #FDA932 Lightning Yellow

📋 copy color: '#FDA932'

red 253 ◦ green 169 ◦ blue 50

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

Shades of Lightning Yellow #FDA932

Tints of Lightning Yellow #FDA932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 53.6%
G = 35.81%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA932 (or 0xFDA932) is known color: Lightning Yellow. HEX triplet: FD, A9 and 32. RGB value is (253,169,50). Sum of RGB (Red+Green+Blue) = 253+169+50=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA932 is #0256CD. Grayscale: #B5B5B5. Windows color (decimal): -153294 or 3320317. OLE color: 3320317.

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

Color convert

RGB 253 169 50 -
CMYK 0 0.33 0.80 0.01
HSL 35.17º 0.98% 0.59% -
HSV(B) 35.17º 0.8% 0.99% -
XYZ 55.27 49.49 9.66 -
YUV 180.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 253 169 50 0 0.33 0.80 0.01 35.17 0.98 0.59
Hex FD A9 32 0 21 50 1 23 62 3B
Octal 375 251 62 0 41 120 1 43 142 73
Binary 11111101 10101001 110010 0 100001 1010000 1 100011 1100010 111011

Color Harmonies of #FDA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA932

Black with #FDA932

Text Example


Text Example

White with #FDA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA932; }

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

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

background-color css

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

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

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

border-color css

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

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

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