Html Css Color HEX #FDA533 Lightning Yellow

📋 copy color: '#FDA533'

red 253 ◦ green 165 ◦ blue 51

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

Shades of Lightning Yellow #FDA533

Tints of Lightning Yellow #FDA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 51 (20.31% from 255) = 10.87%

R = 53.94%
G = 35.18%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA533 (or 0xFDA533) is known color: Lightning Yellow. HEX triplet: FD, A5 and 33. RGB value is (253,165,51). Sum of RGB (Red+Green+Blue) = 253+165+51=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA533 is #025ACC. Grayscale: #B2B2B2. Windows color (decimal): -154317 or 3384829. OLE color: 3384829.

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

Color convert

RGB 253 165 51 -
CMYK 0 0.35 0.80 0.01
HSL 33.86º 0.98% 0.6% -
HSV(B) 33.86º 0.8% 0.99% -
XYZ 54.56 48.03 9.53 -
YUV 178.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 253 165 51 0 0.35 0.80 0.01 33.86 0.98 0.6
Hex FD A5 33 0 23 50 1 22 62 3C
Octal 375 245 63 0 43 120 1 42 142 74
Binary 11111101 10100101 110011 0 100011 1010000 1 100010 1100010 111100

Color Harmonies of #FDA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA533

Black with #FDA533

Text Example


Text Example

White with #FDA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA533; }

 p { color: rgb(253,165,51); }

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

background-color css

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

 a { background-color: rgb(253,165,51); }

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

border-color css

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

 span { border-color: rgb(253,165,51); }

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