Html Css Color HEX #FDF716 Lemon

📋 copy color: '#FDF716'

red 253 ◦ green 247 ◦ blue 22

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

Shades of Lemon #FDF716

Tints of Lemon #FDF716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.21%

R = 48.47%
G = 47.32%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF716 (or 0xFDF716) is known color: Lemon. HEX triplet: FD, F7 and 16. RGB value is (253,247,22). Sum of RGB (Red+Green+Blue) = 253+247+22=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 22 (8.98% from 255 or 4.21% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF716 is #0208E9. Grayscale: #E0E0E0. Windows color (decimal): -133354 or 1505277. OLE color: 1505277.

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

Color convert

RGB 253 247 22 -
CMYK 0 0.02 0.91 0.01
HSL 58.44º 0.98% 0.54% -
HSV(B) 58.44º 0.91% 0.99% -
XYZ 73.91 87.46 13.75 -
YUV 223.14 14.49 149.3 -
System Red Green Blue C M Y K H S L
Decimal 253 247 22 0 0.02 0.91 0.01 58.44 0.98 0.54
Hex FD F7 16 0 2 5B 1 3A 62 36
Octal 375 367 26 0 2 133 1 72 142 66
Binary 11111101 11110111 10110 0 10 1011011 1 111010 1100010 110110

Color Harmonies of #FDF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF716

Black with #FDF716

Text Example


Text Example

White with #FDF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF716; }

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

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

background-color css

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

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

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

border-color css

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

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

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