Html Css Color HEX #FCE31D Lemon

📋 copy color: '#FCE31D'

red 252 ◦ green 227 ◦ blue 29

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

Shades of Lemon #FCE31D

Tints of Lemon #FCE31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.71%

R = 49.61%
G = 44.69%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCE31D (or 0xFCE31D) is known color: Lemon. HEX triplet: FC, E3 and 1D. RGB value is (252,227,29). Sum of RGB (Red+Green+Blue) = 252+227+29=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE31D is #031CE2. Grayscale: #D4D4D4. Windows color (decimal): -204003 or 1958908. OLE color: 1958908.

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

Color convert

RGB 252 227 29 -
CMYK 0 0.10 0.88 0.01
HSL 53.27º 0.97% 0.55% -
HSV(B) 53.27º 0.88% 0.99% -
XYZ 67.84 75.72 12.2 -
YUV 211.9 24.78 156.6 -
System Red Green Blue C M Y K H S L
Decimal 252 227 29 0 0.10 0.88 0.01 53.27 0.97 0.55
Hex FC E3 1D 0 A 58 1 35 61 37
Octal 374 343 35 0 12 130 1 65 141 67
Binary 11111100 11100011 11101 0 1010 1011000 1 110101 1100001 110111

Color Harmonies of #FCE31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE31D

Black with #FCE31D

Text Example


Text Example

White with #FCE31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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