Html Css Color HEX #FDF410 Lemon

📋 copy color: '#FDF410'

red 253 ◦ green 244 ◦ blue 16

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

Shades of Lemon #FDF410

Tints of Lemon #FDF410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.12%

R = 49.32%
G = 47.56%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF410 (or 0xFDF410) is known color: Lemon. HEX triplet: FD, F4 and 10. RGB value is (253,244,16). Sum of RGB (Red+Green+Blue) = 253+244+16=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF410 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF410 is #020BEF. Grayscale: #DDDDDD. Windows color (decimal): -134128 or 1111293. OLE color: 1111293.

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

Color convert

RGB 253 244 16 -
CMYK 0 0.04 0.94 0.01
HSL 57.72º 0.98% 0.53% -
HSV(B) 57.72º 0.94% 0.99% -
XYZ 72.95 85.62 13.17 -
YUV 220.7 12.48 151.04 -
System Red Green Blue C M Y K H S L
Decimal 253 244 16 0 0.04 0.94 0.01 57.72 0.98 0.53
Hex FD F4 10 0 4 5E 1 3A 62 35
Octal 375 364 20 0 4 136 1 72 142 65
Binary 11111101 11110100 10000 0 100 1011110 1 111010 1100010 110101

Color Harmonies of #FDF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF410

Black with #FDF410

Text Example


Text Example

White with #FDF410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF410; }

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

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

background-color css

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

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

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

border-color css

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

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

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