Html Css Color HEX #FDF218 Lemon

📋 copy color: '#FDF218'

red 253 ◦ green 242 ◦ blue 24

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

Shades of Lemon #FDF218

Tints of Lemon #FDF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.63%

 BLUE value IS 24 (9.77% from 255) = 4.62%

R = 48.75%
G = 46.63%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF218 (or 0xFDF218) is known color: Lemon. HEX triplet: FD, F2 and 18. RGB value is (253,242,24). Sum of RGB (Red+Green+Blue) = 253+242+24=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 24 (9.77% from 255 or 4.62% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF218 is #020DE7. Grayscale: #DDDDDD. Windows color (decimal): -134632 or 1635069. OLE color: 1635069.

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

Color convert

RGB 253 242 24 -
CMYK 0 0.04 0.91 0.01
HSL 57.12º 0.98% 0.54% -
HSV(B) 57.12º 0.91% 0.99% -
XYZ 72.43 84.45 13.35 -
YUV 220.44 17.14 151.23 -
System Red Green Blue C M Y K H S L
Decimal 253 242 24 0 0.04 0.91 0.01 57.12 0.98 0.54
Hex FD F2 18 0 4 5B 1 39 62 36
Octal 375 362 30 0 4 133 1 71 142 66
Binary 11111101 11110010 11000 0 100 1011011 1 111001 1100010 110110

Color Harmonies of #FDF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF218

Black with #FDF218

Text Example


Text Example

White with #FDF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF218; }

 p { color: rgb(253,242,24); }

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

background-color css

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

 a { background-color: rgb(253,242,24); }

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

border-color css

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

 span { border-color: rgb(253,242,24); }

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