Html Css Color HEX #FCE01B Lemon

📋 copy color: '#FCE01B'

red 252 ◦ green 224 ◦ blue 27

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

Shades of Lemon #FCE01B

Tints of Lemon #FCE01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.37%

R = 50.1%
G = 44.53%
B = 5.37%

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

#FCE01B (or 0xFCE01B) is known color: Lemon. HEX triplet: FC, E0 and 1B. RGB value is (252,224,27). Sum of RGB (Red+Green+Blue) = 252+224+27=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE01B is #031FE4. Grayscale: #D2D2D2. Windows color (decimal): -204773 or 1827068. OLE color: 1827068.

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

Color convert

RGB 252 224 27 -
CMYK 0 0.11 0.89 0.01
HSL 52.53º 0.97% 0.55% -
HSV(B) 52.53º 0.89% 0.99% -
XYZ 67 74.09 11.81 -
YUV 209.91 24.78 158.02 -
System Red Green Blue C M Y K H S L
Decimal 252 224 27 0 0.11 0.89 0.01 52.53 0.97 0.55
Hex FC E0 1B 0 B 59 1 35 61 37
Octal 374 340 33 0 13 131 1 65 141 67
Binary 11111100 11100000 11011 0 1011 1011001 1 110101 1100001 110111

Color Harmonies of #FCE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE01B

Black with #FCE01B

Text Example


Text Example

White with #FCE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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