Html Css Color HEX #FCE11A Lemon

📋 copy color: '#FCE11A'

red 252 ◦ green 225 ◦ blue 26

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

Shades of Lemon #FCE11A

Tints of Lemon #FCE11A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 26 (10.55% from 255) = 5.17%

R = 50.1%
G = 44.73%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCE11A (or 0xFCE11A) is known color: Lemon. HEX triplet: FC, E1 and 1A. RGB value is (252,225,26). Sum of RGB (Red+Green+Blue) = 252+225+26=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE11A is #031EE5. Grayscale: #D3D3D3. Windows color (decimal): -204518 or 1761788. OLE color: 1761788.

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

Color convert

RGB 252 225 26 -
CMYK 0 0.11 0.90 0.01
HSL 52.83º 0.97% 0.55% -
HSV(B) 52.83º 0.9% 0.99% -
XYZ 67.26 74.62 11.84 -
YUV 210.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 252 225 26 0 0.11 0.90 0.01 52.83 0.97 0.55
Hex FC E1 1A 0 B 5A 1 35 61 37
Octal 374 341 32 0 13 132 1 65 141 67
Binary 11111100 11100001 11010 0 1011 1011010 1 110101 1100001 110111

Color Harmonies of #FCE11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE11A

Black with #FCE11A

Text Example


Text Example

White with #FCE11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE11A; }

 p { color: rgb(252,225,26); }

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

background-color css

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

 a { background-color: rgb(252,225,26); }

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

border-color css

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

 span { border-color: rgb(252,225,26); }

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