Html Css Color HEX #FDF211 Lemon

📋 copy color: '#FDF211'

red 253 ◦ green 242 ◦ blue 17

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

Shades of Lemon #FDF211

Tints of Lemon #FDF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.32%

R = 49.41%
G = 47.27%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDF211 (or 0xFDF211) is known color: Lemon. HEX triplet: FD, F2 and 11. RGB value is (253,242,17). Sum of RGB (Red+Green+Blue) = 253+242+17=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 17 (7.03% from 255 or 3.32% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF211 is #020DEE. Grayscale: #DCDCDC. Windows color (decimal): -134639 or 1176317. OLE color: 1176317.

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

Color convert

RGB 253 242 17 -
CMYK 0 0.04 0.93 0.01
HSL 57.2º 0.98% 0.53% -
HSV(B) 57.2º 0.93% 0.99% -
XYZ 72.36 84.43 13.01 -
YUV 219.64 13.64 151.8 -
System Red Green Blue C M Y K H S L
Decimal 253 242 17 0 0.04 0.93 0.01 57.2 0.98 0.53
Hex FD F2 11 0 4 5D 1 39 62 35
Octal 375 362 21 0 4 135 1 71 142 65
Binary 11111101 11110010 10001 0 100 1011101 1 111001 1100010 110101

Color Harmonies of #FDF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF211

Black with #FDF211

Text Example


Text Example

White with #FDF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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