Html Css Color HEX #FDF715 Lemon

📋 copy color: '#FDF715'

red 253 ◦ green 247 ◦ blue 21

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

Shades of Lemon #FDF715

Tints of Lemon #FDF715

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

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

R = 48.56%
G = 47.41%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF715 (or 0xFDF715) is known color: Lemon. HEX triplet: FD, F7 and 15. RGB value is (253,247,21). Sum of RGB (Red+Green+Blue) = 253+247+21=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 21 (8.59% from 255 or 4.03% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF715 is #0208EA. Grayscale: #DFDFDF. Windows color (decimal): -133355 or 1439741. OLE color: 1439741.

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

Color convert

RGB 253 247 21 -
CMYK 0 0.02 0.92 0.01
HSL 58.45º 0.98% 0.54% -
HSV(B) 58.45º 0.92% 0.99% -
XYZ 73.9 87.46 13.7 -
YUV 223.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 253 247 21 0 0.02 0.92 0.01 58.45 0.98 0.54
Hex FD F7 15 0 2 5C 1 3A 62 36
Octal 375 367 25 0 2 134 1 72 142 66
Binary 11111101 11110111 10101 0 10 1011100 1 111010 1100010 110110

Color Harmonies of #FDF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF715

Black with #FDF715

Text Example


Text Example

White with #FDF715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF715; }

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

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

background-color css

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

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

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

border-color css

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

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

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