Html Css Color HEX #FCE712 Lemon

📋 copy color: '#FCE712'

red 252 ◦ green 231 ◦ blue 18

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

Shades of Lemon #FCE712

Tints of Lemon #FCE712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.11%

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

R = 50.3%
G = 46.11%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCE712 (or 0xFCE712) is known color: Lemon. HEX triplet: FC, E7 and 12. RGB value is (252,231,18). Sum of RGB (Red+Green+Blue) = 252+231+18=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE712 is #0318ED. Grayscale: #D5D5D5. Windows color (decimal): -202990 or 1239036. OLE color: 1239036.

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

Color convert

RGB 252 231 18 -
CMYK 0 0.08 0.93 0.01
HSL 54.62º 0.98% 0.53% -
HSV(B) 54.62º 0.93% 0.99% -
XYZ 68.83 77.89 11.98 -
YUV 213 17.96 155.82 -
System Red Green Blue C M Y K H S L
Decimal 252 231 18 0 0.08 0.93 0.01 54.62 0.98 0.53
Hex FC E7 12 0 8 5D 1 37 62 35
Octal 374 347 22 0 10 135 1 67 142 65
Binary 11111100 11100111 10010 0 1000 1011101 1 110111 1100010 110101

Color Harmonies of #FCE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE712

Black with #FCE712

Text Example


Text Example

White with #FCE712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE712; }

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

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

background-color css

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

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

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

border-color css

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

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

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