Html Css Color HEX #FDF213 Lemon

📋 copy color: '#FDF213'

red 253 ◦ green 242 ◦ blue 19

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

Shades of Lemon #FDF213

Tints of Lemon #FDF213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 49.22%
G = 47.08%
B = 3.7%

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

#FDF213 (or 0xFDF213) is known color: Lemon. HEX triplet: FD, F2 and 13. RGB value is (253,242,19). Sum of RGB (Red+Green+Blue) = 253+242+19=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF213 is #020DEC. Grayscale: #DCDCDC. Windows color (decimal): -134637 or 1307389. OLE color: 1307389.

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

Color convert

RGB 253 242 19 -
CMYK 0 0.04 0.92 0.01
HSL 57.18º 0.98% 0.53% -
HSV(B) 57.18º 0.92% 0.99% -
XYZ 72.38 84.43 13.1 -
YUV 219.87 14.64 151.63 -
System Red Green Blue C M Y K H S L
Decimal 253 242 19 0 0.04 0.92 0.01 57.18 0.98 0.53
Hex FD F2 13 0 4 5C 1 39 62 35
Octal 375 362 23 0 4 134 1 71 142 65
Binary 11111101 11110010 10011 0 100 1011100 1 111001 1100010 110101

Color Harmonies of #FDF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF213

Black with #FDF213

Text Example


Text Example

White with #FDF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF213; }

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

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

background-color css

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

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

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

border-color css

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

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

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