Html Css Color HEX #FCE31A Lemon

📋 copy color: '#FCE31A'

red 252 ◦ green 227 ◦ blue 26

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

Shades of Lemon #FCE31A

Tints of Lemon #FCE31A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

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

R = 49.9%
G = 44.95%
B = 5.15%

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

#FCE31A (or 0xFCE31A) is known color: Lemon. HEX triplet: FC, E3 and 1A. RGB value is (252,227,26). Sum of RGB (Red+Green+Blue) = 252+227+26=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 26 (10.55% from 255 or 5.15% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE31A is #031CE5. Grayscale: #D4D4D4. Windows color (decimal): -204006 or 1762300. OLE color: 1762300.

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

Color convert

RGB 252 227 26 -
CMYK 0 0.10 0.90 0.01
HSL 53.36º 0.97% 0.55% -
HSV(B) 53.36º 0.9% 0.99% -
XYZ 67.8 75.71 12.02 -
YUV 211.56 23.28 156.84 -
System Red Green Blue C M Y K H S L
Decimal 252 227 26 0 0.10 0.90 0.01 53.36 0.97 0.55
Hex FC E3 1A 0 A 5A 1 35 61 37
Octal 374 343 32 0 12 132 1 65 141 67
Binary 11111100 11100011 11010 0 1010 1011010 1 110101 1100001 110111

Color Harmonies of #FCE31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE31A

Black with #FCE31A

Text Example


Text Example

White with #FCE31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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