Html Css Color HEX #FCE70C Lemon

📋 copy color: '#FCE70C'

red 252 ◦ green 231 ◦ blue 12

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

Shades of Lemon #FCE70C

Tints of Lemon #FCE70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.42%

R = 50.91%
G = 46.67%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCE70C (or 0xFCE70C) is known color: Lemon. HEX triplet: FC, E7 and 0C. RGB value is (252,231,12). Sum of RGB (Red+Green+Blue) = 252+231+12=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE70C is #0318F3. Grayscale: #D5D5D5. Windows color (decimal): -202996 or 845820. OLE color: 845820.

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

Color convert

RGB 252 231 12 -
CMYK 0 0.08 0.95 0.01
HSL 54.75º 0.98% 0.52% -
HSV(B) 54.75º 0.95% 0.99% -
XYZ 68.79 77.87 11.75 -
YUV 212.31 14.96 156.31 -
System Red Green Blue C M Y K H S L
Decimal 252 231 12 0 0.08 0.95 0.01 54.75 0.98 0.52
Hex FC E7 C 0 8 5F 1 37 62 34
Octal 374 347 14 0 10 137 1 67 142 64
Binary 11111100 11100111 1100 0 1000 1011111 1 110111 1100010 110100

Color Harmonies of #FCE70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE70C

Black with #FCE70C

Text Example


Text Example

White with #FCE70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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