Html Css Color HEX #FDF413 Lemon

📋 copy color: '#FDF413'

red 253 ◦ green 244 ◦ blue 19

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

Shades of Lemon #FDF413

Tints of Lemon #FDF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.29%

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

R = 49.03%
G = 47.29%
B = 3.68%

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

#FDF413 (or 0xFDF413) is known color: Lemon. HEX triplet: FD, F4 and 13. RGB value is (253,244,19). Sum of RGB (Red+Green+Blue) = 253+244+19=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 19 (7.81% from 255 or 3.68% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF413 is #020BEC. Grayscale: #DDDDDD. Windows color (decimal): -134125 or 1307901. OLE color: 1307901.

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

Color convert

RGB 253 244 19 -
CMYK 0 0.04 0.92 0.01
HSL 57.69º 0.98% 0.53% -
HSV(B) 57.69º 0.92% 0.99% -
XYZ 72.98 85.63 13.3 -
YUV 221.04 13.98 150.8 -
System Red Green Blue C M Y K H S L
Decimal 253 244 19 0 0.04 0.92 0.01 57.69 0.98 0.53
Hex FD F4 13 0 4 5C 1 3A 62 35
Octal 375 364 23 0 4 134 1 72 142 65
Binary 11111101 11110100 10011 0 100 1011100 1 111010 1100010 110101

Color Harmonies of #FDF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF413

Black with #FDF413

Text Example


Text Example

White with #FDF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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