Html Css Color HEX #FCEB1C Lemon

📋 copy color: '#FCEB1C'

red 252 ◦ green 235 ◦ blue 28

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

Shades of Lemon #FCEB1C

Tints of Lemon #FCEB1C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.63%

 BLUE value IS 28 (11.33% from 255) = 5.44%

R = 48.93%
G = 45.63%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCEB1C (or 0xFCEB1C) is known color: Lemon. HEX triplet: FC, EB and 1C. RGB value is (252,235,28). Sum of RGB (Red+Green+Blue) = 252+235+28=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 28 (11.33% from 255 or 5.44% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB1C is #0314E3. Grayscale: #D9D9D9. Windows color (decimal): -201956 or 1895420. OLE color: 1895420.

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

Color convert

RGB 252 235 28 -
CMYK 0 0.07 0.89 0.01
HSL 55.45º 0.97% 0.55% -
HSV(B) 55.45º 0.89% 0.99% -
XYZ 70.06 80.2 12.89 -
YUV 216.49 21.63 153.33 -
System Red Green Blue C M Y K H S L
Decimal 252 235 28 0 0.07 0.89 0.01 55.45 0.97 0.55
Hex FC EB 1C 0 7 59 1 37 61 37
Octal 374 353 34 0 7 131 1 67 141 67
Binary 11111100 11101011 11100 0 111 1011001 1 110111 1100001 110111

Color Harmonies of #FCEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB1C

Black with #FCEB1C

Text Example


Text Example

White with #FCEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB1C; }

 p { color: rgb(252,235,28); }

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

background-color css

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

 a { background-color: rgb(252,235,28); }

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

border-color css

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

 span { border-color: rgb(252,235,28); }

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