Html Css Color HEX #FCFB15 Lemon

📋 copy color: '#FCFB15'

red 252 ◦ green 251 ◦ blue 21

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

Shades of Lemon #FCFB15

Tints of Lemon #FCFB15

RGB

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

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

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

R = 48.09%
G = 47.9%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCFB15 (or 0xFCFB15) is known color: Lemon. HEX triplet: FC, FB and 15. RGB value is (252,251,21). Sum of RGB (Red+Green+Blue) = 252+251+21=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 21 (8.59% from 255 or 4.01% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB15 is #0304EA. Grayscale: #E2E2E2. Windows color (decimal): -197867 or 1440764. OLE color: 1440764.

HSL color Cylindrical-coordinate representation of color #FCFB15: 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.92%. Process color model (Four color, CMYK) of #FCFB15 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 21 -
CMYK 0 0.00 0.92 0.01
HSL 59.74º 0.97% 0.54% -
HSV(B) 59.74º 0.92% 0.99% -
XYZ 74.78 89.74 14.09 -
YUV 225.08 12.83 147.2 -
System Red Green Blue C M Y K H S L
Decimal 252 251 21 0 0.00 0.92 0.01 59.74 0.97 0.54
Hex FC FB 15 0 0 5C 1 3C 61 36
Octal 374 373 25 0 0 134 1 74 141 66
Binary 11111100 11111011 10101 0 0 1011100 1 111100 1100001 110110

Color Harmonies of #FCFB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB15

Black with #FCFB15

Text Example


Text Example

White with #FCFB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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