Html Css Color HEX #FDF215 Lemon

📋 copy color: '#FDF215'

red 253 ◦ green 242 ◦ blue 21

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

Shades of Lemon #FDF215

Tints of Lemon #FDF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.07%

R = 49.03%
G = 46.9%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF215 (or 0xFDF215) is known color: Lemon. HEX triplet: FD, F2 and 15. RGB value is (253,242,21). Sum of RGB (Red+Green+Blue) = 253+242+21=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF215 is #020DEA. Grayscale: #DCDCDC. Windows color (decimal): -134635 or 1438461. OLE color: 1438461.

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

Color convert

RGB 253 242 21 -
CMYK 0 0.04 0.92 0.01
HSL 57.16º 0.98% 0.54% -
HSV(B) 57.16º 0.92% 0.99% -
XYZ 72.4 84.44 13.19 -
YUV 220.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 253 242 21 0 0.04 0.92 0.01 57.16 0.98 0.54
Hex FD F2 15 0 4 5C 1 39 62 36
Octal 375 362 25 0 4 134 1 71 142 66
Binary 11111101 11110010 10101 0 100 1011100 1 111001 1100010 110110

Color Harmonies of #FDF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF215

Black with #FDF215

Text Example


Text Example

White with #FDF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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