Html Css Color HEX #FDF010 Lemon

📋 copy color: '#FDF010'

red 253 ◦ green 240 ◦ blue 16

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

Shades of Lemon #FDF010

Tints of Lemon #FDF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.15%

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

R = 49.71%
G = 47.15%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF010 (or 0xFDF010) is known color: Lemon. HEX triplet: FD, F0 and 10. RGB value is (253,240,16). Sum of RGB (Red+Green+Blue) = 253+240+16=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 16 (6.64% from 255 or 3.14% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF010 is #020FEF. Grayscale: #DBDBDB. Windows color (decimal): -135152 or 1110269. OLE color: 1110269.

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

Color convert

RGB 253 240 16 -
CMYK 0 0.05 0.94 0.01
HSL 56.71º 0.98% 0.53% -
HSV(B) 56.71º 0.94% 0.99% -
XYZ 71.76 83.24 12.77 -
YUV 218.35 13.81 152.71 -
System Red Green Blue C M Y K H S L
Decimal 253 240 16 0 0.05 0.94 0.01 56.71 0.98 0.53
Hex FD F0 10 0 5 5E 1 39 62 35
Octal 375 360 20 0 5 136 1 71 142 65
Binary 11111101 11110000 10000 0 101 1011110 1 111001 1100010 110101

Color Harmonies of #FDF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF010

Black with #FDF010

Text Example


Text Example

White with #FDF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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