Html Css Color HEX #FDFC16 Lemon

📋 copy color: '#FDFC16'

red 253 ◦ green 252 ◦ blue 22

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

Shades of Lemon #FDFC16

Tints of Lemon #FDFC16

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.82%

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

R = 48.01%
G = 47.82%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDFC16 (or 0xFDFC16) is known color: Lemon. HEX triplet: FD, FC and 16. RGB value is (253,252,22). Sum of RGB (Red+Green+Blue) = 253+252+22=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 22 (8.98% from 255 or 4.17% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC16 is #0203E9. Grayscale: #E2E2E2. Windows color (decimal): -132074 or 1506557. OLE color: 1506557.

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

Color convert

RGB 253 252 22 -
CMYK 0 0.00 0.91 0.01
HSL 59.74º 0.98% 0.54% -
HSV(B) 59.74º 0.91% 0.99% -
XYZ 75.46 90.56 14.26 -
YUV 226.08 12.83 147.2 -
System Red Green Blue C M Y K H S L
Decimal 253 252 22 0 0.00 0.91 0.01 59.74 0.98 0.54
Hex FD FC 16 0 0 5B 1 3C 62 36
Octal 375 374 26 0 0 133 1 74 142 66
Binary 11111101 11111100 10110 0 0 1011011 1 111100 1100010 110110

Color Harmonies of #FDFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC16

Black with #FDFC16

Text Example


Text Example

White with #FDFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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