Html Css Color HEX #FCE01A Lemon

📋 copy color: '#FCE01A'

red 252 ◦ green 224 ◦ blue 26

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

Shades of Lemon #FCE01A

Tints of Lemon #FCE01A

RGB

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

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

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

R = 50.2%
G = 44.62%
B = 5.18%

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

#FCE01A (or 0xFCE01A) is known color: Lemon. HEX triplet: FC, E0 and 1A. RGB value is (252,224,26). Sum of RGB (Red+Green+Blue) = 252+224+26=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 26 (10.55% from 255 or 5.18% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE01A is #031FE5. Grayscale: #D2D2D2. Windows color (decimal): -204774 or 1761532. OLE color: 1761532.

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

Color convert

RGB 252 224 26 -
CMYK 0 0.11 0.90 0.01
HSL 52.57º 0.97% 0.55% -
HSV(B) 52.57º 0.9% 0.99% -
XYZ 66.99 74.08 11.75 -
YUV 209.8 24.28 158.1 -
System Red Green Blue C M Y K H S L
Decimal 252 224 26 0 0.11 0.90 0.01 52.57 0.97 0.55
Hex FC E0 1A 0 B 5A 1 35 61 37
Octal 374 340 32 0 13 132 1 65 141 67
Binary 11111100 11100000 11010 0 1011 1011010 1 110101 1100001 110111

Color Harmonies of #FCE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE01A

Black with #FCE01A

Text Example


Text Example

White with #FCE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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