Html Css Color HEX #FCFB14 Lemon

📋 copy color: '#FCFB14'

red 252 ◦ green 251 ◦ blue 20

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

Shades of Lemon #FCFB14

Tints of Lemon #FCFB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.82%

R = 48.18%
G = 47.99%
B = 3.82%

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

#FCFB14 (or 0xFCFB14) is known color: Lemon. HEX triplet: FC, FB and 14. RGB value is (252,251,20). Sum of RGB (Red+Green+Blue) = 252+251+20=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 20 (8.20% from 255 or 3.82% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB14 is #0304EB. Grayscale: #E1E1E1. Windows color (decimal): -197868 or 1375228. OLE color: 1375228.

HSL color Cylindrical-coordinate representation of color #FCFB14: hue angle of 59.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCFB14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 20 -
CMYK 0 0.00 0.92 0.01
HSL 59.74º 0.97% 0.53% -
HSV(B) 59.74º 0.92% 0.99% -
XYZ 74.77 89.74 14.04 -
YUV 224.97 12.33 147.28 -
System Red Green Blue C M Y K H S L
Decimal 252 251 20 0 0.00 0.92 0.01 59.74 0.97 0.53
Hex FC FB 14 0 0 5C 1 3C 61 35
Octal 374 373 24 0 0 134 1 74 141 65
Binary 11111100 11111011 10100 0 0 1011100 1 111100 1100001 110101

Color Harmonies of #FCFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB14

Black with #FCFB14

Text Example


Text Example

White with #FCFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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