Html Css Color HEX #FDF316 Lemon

📋 copy color: '#FDF316'

red 253 ◦ green 243 ◦ blue 22

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

Shades of Lemon #FDF316

Tints of Lemon #FDF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

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

R = 48.84%
G = 46.91%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF316 (or 0xFDF316) is known color: Lemon. HEX triplet: FD, F3 and 16. RGB value is (253,243,22). Sum of RGB (Red+Green+Blue) = 253+243+22=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF316 is #020CE9. Grayscale: #DDDDDD. Windows color (decimal): -134378 or 1504253. OLE color: 1504253.

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

Color convert

RGB 253 243 22 -
CMYK 0 0.04 0.91 0.01
HSL 57.4º 0.98% 0.54% -
HSV(B) 57.4º 0.91% 0.99% -
XYZ 72.7 85.04 13.34 -
YUV 220.8 15.81 150.97 -
System Red Green Blue C M Y K H S L
Decimal 253 243 22 0 0.04 0.91 0.01 57.4 0.98 0.54
Hex FD F3 16 0 4 5B 1 39 62 36
Octal 375 363 26 0 4 133 1 71 142 66
Binary 11111101 11110011 10110 0 100 1011011 1 111001 1100010 110110

Color Harmonies of #FDF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF316

Black with #FDF316

Text Example


Text Example

White with #FDF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF316; }

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

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

background-color css

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

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

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

border-color css

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

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

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