Html Css Color HEX #FDF015 Lemon

📋 copy color: '#FDF015'

red 253 ◦ green 240 ◦ blue 21

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

Shades of Lemon #FDF015

Tints of Lemon #FDF015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.09%

R = 49.22%
G = 46.69%
B = 4.09%

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

#FDF015 (or 0xFDF015) is known color: Lemon. HEX triplet: FD, F0 and 15. RGB value is (253,240,21). Sum of RGB (Red+Green+Blue) = 253+240+21=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 21 (8.59% from 255 or 4.09% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF015 is #020FEA. Grayscale: #DBDBDB. Windows color (decimal): -135147 or 1437949. OLE color: 1437949.

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

Color convert

RGB 253 240 21 -
CMYK 0 0.05 0.92 0.01
HSL 56.64º 0.98% 0.54% -
HSV(B) 56.64º 0.92% 0.99% -
XYZ 71.8 83.26 13 -
YUV 218.92 16.31 152.31 -
System Red Green Blue C M Y K H S L
Decimal 253 240 21 0 0.05 0.92 0.01 56.64 0.98 0.54
Hex FD F0 15 0 5 5C 1 39 62 36
Octal 375 360 25 0 5 134 1 71 142 66
Binary 11111101 11110000 10101 0 101 1011100 1 111001 1100010 110110

Color Harmonies of #FDF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF015

Black with #FDF015

Text Example


Text Example

White with #FDF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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