Html Css Color HEX #FDF113 Lemon

📋 copy color: '#FDF113'

red 253 ◦ green 241 ◦ blue 19

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

Shades of Lemon #FDF113

Tints of Lemon #FDF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

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

R = 49.32%
G = 46.98%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF113 (or 0xFDF113) is known color: Lemon. HEX triplet: FD, F1 and 13. RGB value is (253,241,19). Sum of RGB (Red+Green+Blue) = 253+241+19=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF113 is #020EEC. Grayscale: #DCDCDC. Windows color (decimal): -134893 or 1307133. OLE color: 1307133.

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

Color convert

RGB 253 241 19 -
CMYK 0 0.05 0.92 0.01
HSL 56.92º 0.98% 0.53% -
HSV(B) 56.92º 0.92% 0.99% -
XYZ 72.08 83.84 13 -
YUV 219.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 253 241 19 0 0.05 0.92 0.01 56.92 0.98 0.53
Hex FD F1 13 0 5 5C 1 39 62 35
Octal 375 361 23 0 5 134 1 71 142 65
Binary 11111101 11110001 10011 0 101 1011100 1 111001 1100010 110101

Color Harmonies of #FDF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF113

Black with #FDF113

Text Example


Text Example

White with #FDF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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