Html Css Color HEX #FCE21A Lemon

📋 copy color: '#FCE21A'

red 252 ◦ green 226 ◦ blue 26

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

Shades of Lemon #FCE21A

Tints of Lemon #FCE21A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

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

R = 50%
G = 44.84%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCE21A (or 0xFCE21A) is known color: Lemon. HEX triplet: FC, E2 and 1A. RGB value is (252,226,26). Sum of RGB (Red+Green+Blue) = 252+226+26=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE21A is #031DE5. Grayscale: #D3D3D3. Windows color (decimal): -204262 or 1762044. OLE color: 1762044.

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

Color convert

RGB 252 226 26 -
CMYK 0 0.10 0.90 0.01
HSL 53.1º 0.97% 0.55% -
HSV(B) 53.1º 0.9% 0.99% -
XYZ 67.53 75.16 11.93 -
YUV 210.97 23.61 157.26 -
System Red Green Blue C M Y K H S L
Decimal 252 226 26 0 0.10 0.90 0.01 53.1 0.97 0.55
Hex FC E2 1A 0 A 5A 1 35 61 37
Octal 374 342 32 0 12 132 1 65 141 67
Binary 11111100 11100010 11010 0 1010 1011010 1 110101 1100001 110111

Color Harmonies of #FCE21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE21A

Black with #FCE21A

Text Example


Text Example

White with #FCE21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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