Html Css Color HEX #FDF214 Lemon

📋 copy color: '#FDF214'

red 253 ◦ green 242 ◦ blue 20

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

Shades of Lemon #FDF214

Tints of Lemon #FDF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.88%

R = 49.13%
G = 46.99%
B = 3.88%

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

#FDF214 (or 0xFDF214) is known color: Lemon. HEX triplet: FD, F2 and 14. RGB value is (253,242,20). Sum of RGB (Red+Green+Blue) = 253+242+20=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF214 is #020DEB. Grayscale: #DCDCDC. Windows color (decimal): -134636 or 1372925. OLE color: 1372925.

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

Color convert

RGB 253 242 20 -
CMYK 0 0.04 0.92 0.01
HSL 57.17º 0.98% 0.54% -
HSV(B) 57.17º 0.92% 0.99% -
XYZ 72.39 84.44 13.14 -
YUV 219.98 15.14 151.55 -
System Red Green Blue C M Y K H S L
Decimal 253 242 20 0 0.04 0.92 0.01 57.17 0.98 0.54
Hex FD F2 14 0 4 5C 1 39 62 36
Octal 375 362 24 0 4 134 1 71 142 66
Binary 11111101 11110010 10100 0 100 1011100 1 111001 1100010 110110

Color Harmonies of #FDF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF214

Black with #FDF214

Text Example


Text Example

White with #FDF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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