Html Css Color HEX #FCE01C Lemon

📋 copy color: '#FCE01C'

red 252 ◦ green 224 ◦ blue 28

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

Shades of Lemon #FCE01C

Tints of Lemon #FCE01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCE01C (or 0xFCE01C) is known color: Lemon. HEX triplet: FC, E0 and 1C. RGB value is (252,224,28). Sum of RGB (Red+Green+Blue) = 252+224+28=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 28 (11.33% from 255 or 5.56% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE01C is #031FE3. Grayscale: #D2D2D2. Windows color (decimal): -204772 or 1892604. OLE color: 1892604.

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

Color convert

RGB 252 224 28 -
CMYK 0 0.11 0.89 0.01
HSL 52.5º 0.97% 0.55% -
HSV(B) 52.5º 0.89% 0.99% -
XYZ 67.01 74.09 11.87 -
YUV 210.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 252 224 28 0 0.11 0.89 0.01 52.5 0.97 0.55
Hex FC E0 1C 0 B 59 1 34 61 37
Octal 374 340 34 0 13 131 1 64 141 67
Binary 11111100 11100000 11100 0 1011 1011001 1 110100 1100001 110111

Color Harmonies of #FCE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE01C

Black with #FCE01C

Text Example


Text Example

White with #FCE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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