Html Css Color HEX #FDA523 Lightning Yellow

📋 copy color: '#FDA523'

red 253 ◦ green 165 ◦ blue 35

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

Shades of Lightning Yellow #FDA523

Tints of Lightning Yellow #FDA523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.73%

R = 55.85%
G = 36.42%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA523 (or 0xFDA523) is known color: Lightning Yellow. HEX triplet: FD, A5 and 23. RGB value is (253,165,35). Sum of RGB (Red+Green+Blue) = 253+165+35=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA523 is #025ADC. Grayscale: #B1B1B1. Windows color (decimal): -154333 or 2336253. OLE color: 2336253.

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

Color convert

RGB 253 165 35 -
CMYK 0 0.35 0.86 0.01
HSL 35.78º 0.98% 0.56% -
HSV(B) 35.78º 0.86% 0.99% -
XYZ 54.27 47.91 7.98 -
YUV 176.49 48.15 182.57 -
System Red Green Blue C M Y K H S L
Decimal 253 165 35 0 0.35 0.86 0.01 35.78 0.98 0.56
Hex FD A5 23 0 23 56 1 24 62 38
Octal 375 245 43 0 43 126 1 44 142 70
Binary 11111101 10100101 100011 0 100011 1010110 1 100100 1100010 111000

Color Harmonies of #FDA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA523

Black with #FDA523

Text Example


Text Example

White with #FDA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA523; }

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

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

background-color css

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

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

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

border-color css

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

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

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