Html Css Color HEX #FDF523 Lemon

📋 copy color: '#FDF523'

red 253 ◦ green 245 ◦ blue 35

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

Shades of Lemon #FDF523

Tints of Lemon #FDF523

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.97%

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

R = 47.47%
G = 45.97%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDF523 (or 0xFDF523) is known color: Lemon. HEX triplet: FD, F5 and 23. RGB value is (253,245,35). Sum of RGB (Red+Green+Blue) = 253+245+35=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 35 (14.06% from 255 or 6.57% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF523 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF523 is #020ADC. Grayscale: #E0E0E0. Windows color (decimal): -133853 or 2356733. OLE color: 2356733.

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

Color convert

RGB 253 245 35 -
CMYK 0 0.03 0.86 0.01
HSL 57.8º 0.98% 0.56% -
HSV(B) 57.8º 0.86% 0.99% -
XYZ 73.46 86.31 14.38 -
YUV 223.45 21.65 149.08 -
System Red Green Blue C M Y K H S L
Decimal 253 245 35 0 0.03 0.86 0.01 57.8 0.98 0.56
Hex FD F5 23 0 3 56 1 3A 62 38
Octal 375 365 43 0 3 126 1 72 142 70
Binary 11111101 11110101 100011 0 11 1010110 1 111010 1100010 111000

Color Harmonies of #FDF523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF523

Black with #FDF523

Text Example


Text Example

White with #FDF523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF523; }

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

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

background-color css

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

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

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

border-color css

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

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

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