Html Css Color HEX #FDF014 Lemon

📋 copy color: '#FDF014'

red 253 ◦ green 240 ◦ blue 20

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

Shades of Lemon #FDF014

Tints of Lemon #FDF014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.9%

R = 49.32%
G = 46.78%
B = 3.9%

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

#FDF014 (or 0xFDF014) is known color: Lemon. HEX triplet: FD, F0 and 14. RGB value is (253,240,20). Sum of RGB (Red+Green+Blue) = 253+240+20=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF014 is #020FEB. Grayscale: #DBDBDB. Windows color (decimal): -135148 or 1372413. OLE color: 1372413.

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

Color convert

RGB 253 240 20 -
CMYK 0 0.05 0.92 0.01
HSL 56.65º 0.98% 0.54% -
HSV(B) 56.65º 0.92% 0.99% -
XYZ 71.79 83.25 12.95 -
YUV 218.81 15.81 152.39 -
System Red Green Blue C M Y K H S L
Decimal 253 240 20 0 0.05 0.92 0.01 56.65 0.98 0.54
Hex FD F0 14 0 5 5C 1 39 62 36
Octal 375 360 24 0 5 134 1 71 142 66
Binary 11111101 11110000 10100 0 101 1011100 1 111001 1100010 110110

Color Harmonies of #FDF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF014

Black with #FDF014

Text Example


Text Example

White with #FDF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF014; }

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

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

background-color css

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

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

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

border-color css

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

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

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