Html Css Color HEX #FDA332 Lightning Yellow

📋 copy color: '#FDA332'

red 253 ◦ green 163 ◦ blue 50

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

Shades of Lightning Yellow #FDA332

Tints of Lightning Yellow #FDA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

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

R = 54.29%
G = 34.98%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA332 (or 0xFDA332) is known color: Lightning Yellow. HEX triplet: FD, A3 and 32. RGB value is (253,163,50). Sum of RGB (Red+Green+Blue) = 253+163+50=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA332 is #025CCD. Grayscale: #B1B1B1. Windows color (decimal): -154830 or 3318781. OLE color: 3318781.

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

Color convert

RGB 253 163 50 -
CMYK 0 0.36 0.80 0.01
HSL 33.4º 0.98% 0.59% -
HSV(B) 33.4º 0.8% 0.99% -
XYZ 54.18 47.31 9.29 -
YUV 177.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 253 163 50 0 0.36 0.80 0.01 33.4 0.98 0.59
Hex FD A3 32 0 24 50 1 21 62 3B
Octal 375 243 62 0 44 120 1 41 142 73
Binary 11111101 10100011 110010 0 100100 1010000 1 100001 1100010 111011

Color Harmonies of #FDA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA332

Black with #FDA332

Text Example


Text Example

White with #FDA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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