Html Css Color HEX #FCE312 Lemon

📋 copy color: '#FCE312'

red 252 ◦ green 227 ◦ blue 18

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

Shades of Lemon #FCE312

Tints of Lemon #FCE312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.62%

R = 50.7%
G = 45.67%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCE312 (or 0xFCE312) is known color: Lemon. HEX triplet: FC, E3 and 12. RGB value is (252,227,18). Sum of RGB (Red+Green+Blue) = 252+227+18=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE312 is #031CED. Grayscale: #D3D3D3. Windows color (decimal): -204014 or 1238012. OLE color: 1238012.

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

Color convert

RGB 252 227 18 -
CMYK 0 0.10 0.93 0.01
HSL 53.59º 0.98% 0.53% -
HSV(B) 53.59º 0.93% 0.99% -
XYZ 67.72 75.68 11.61 -
YUV 210.65 19.28 157.49 -
System Red Green Blue C M Y K H S L
Decimal 252 227 18 0 0.10 0.93 0.01 53.59 0.98 0.53
Hex FC E3 12 0 A 5D 1 36 62 35
Octal 374 343 22 0 12 135 1 66 142 65
Binary 11111100 11100011 10010 0 1010 1011101 1 110110 1100010 110101

Color Harmonies of #FCE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE312

Black with #FCE312

Text Example


Text Example

White with #FCE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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