Html Css Color HEX #FCFB16 Lemon

📋 copy color: '#FCFB16'

red 252 ◦ green 251 ◦ blue 22

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

Shades of Lemon #FCFB16

Tints of Lemon #FCFB16

RGB

 RED value IS 252 (98.83% from 255) = 48%

 GREEN value IS 251 (98.44% from 255) = 47.81%

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

R = 48%
G = 47.81%
B = 4.19%

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

#FCFB16 (or 0xFCFB16) is known color: Lemon. HEX triplet: FC, FB and 16. RGB value is (252,251,22). Sum of RGB (Red+Green+Blue) = 252+251+22=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 22 (8.98% from 255 or 4.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB16 is #0304E9. Grayscale: #E2E2E2. Windows color (decimal): -197866 or 1506300. OLE color: 1506300.

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

Color convert

RGB 252 251 22 -
CMYK 0 0.00 0.91 0.01
HSL 59.74º 0.97% 0.54% -
HSV(B) 59.74º 0.91% 0.99% -
XYZ 74.79 89.75 14.14 -
YUV 225.19 13.33 147.12 -
System Red Green Blue C M Y K H S L
Decimal 252 251 22 0 0.00 0.91 0.01 59.74 0.97 0.54
Hex FC FB 16 0 0 5B 1 3C 61 36
Octal 374 373 26 0 0 133 1 74 141 66
Binary 11111100 11111011 10110 0 0 1011011 1 111100 1100001 110110

Color Harmonies of #FCFB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB16

Black with #FCFB16

Text Example


Text Example

White with #FCFB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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