Html Css Color HEX #FDA032 Lightning Yellow

📋 copy color: '#FDA032'

red 253 ◦ green 160 ◦ blue 50

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

Shades of Lightning Yellow #FDA032

Tints of Lightning Yellow #FDA032

RGB

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

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

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

R = 54.64%
G = 34.56%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA032 (or 0xFDA032) is known color: Lightning Yellow. HEX triplet: FD, A0 and 32. RGB value is (253,160,50). Sum of RGB (Red+Green+Blue) = 253+160+50=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA032 is #025FCD. Grayscale: #AFAFAF. Windows color (decimal): -155598 or 3318013. OLE color: 3318013.

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

Color convert

RGB 253 160 50 -
CMYK 0 0.37 0.80 0.01
HSL 32.51º 0.98% 0.59% -
HSV(B) 32.51º 0.8% 0.99% -
XYZ 53.65 46.25 9.12 -
YUV 175.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 253 160 50 0 0.37 0.80 0.01 32.51 0.98 0.59
Hex FD A0 32 0 25 50 1 21 62 3B
Octal 375 240 62 0 45 120 1 41 142 73
Binary 11111101 10100000 110010 0 100101 1010000 1 100001 1100010 111011

Color Harmonies of #FDA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA032

Black with #FDA032

Text Example


Text Example

White with #FDA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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