Html Css Color HEX #FDF610 Lemon

📋 copy color: '#FDF610'

red 253 ◦ green 246 ◦ blue 16

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

Shades of Lemon #FDF610

Tints of Lemon #FDF610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.77%

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

R = 49.13%
G = 47.77%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF610 (or 0xFDF610) is known color: Lemon. HEX triplet: FD, F6 and 10. RGB value is (253,246,16). Sum of RGB (Red+Green+Blue) = 253+246+16=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 16 (6.64% from 255 or 3.11% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF610 is #0209EF. Grayscale: #DEDEDE. Windows color (decimal): -133616 or 1111805. OLE color: 1111805.

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

Color convert

RGB 253 246 16 -
CMYK 0 0.03 0.94 0.01
HSL 58.23º 0.98% 0.53% -
HSV(B) 58.23º 0.94% 0.99% -
XYZ 73.56 86.83 13.37 -
YUV 221.87 11.82 150.2 -
System Red Green Blue C M Y K H S L
Decimal 253 246 16 0 0.03 0.94 0.01 58.23 0.98 0.53
Hex FD F6 10 0 3 5E 1 3A 62 35
Octal 375 366 20 0 3 136 1 72 142 65
Binary 11111101 11110110 10000 0 11 1011110 1 111010 1100010 110101

Color Harmonies of #FDF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF610

Black with #FDF610

Text Example


Text Example

White with #FDF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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