Html Css Color HEX #FCE70D Lemon

📋 copy color: '#FCE70D'

red 252 ◦ green 231 ◦ blue 13

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

Shades of Lemon #FCE70D

Tints of Lemon #FCE70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.62%

R = 50.81%
G = 46.57%
B = 2.62%

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

#FCE70D (or 0xFCE70D) is known color: Lemon. HEX triplet: FC, E7 and 0D. RGB value is (252,231,13). Sum of RGB (Red+Green+Blue) = 252+231+13=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE70D is #0318F2. Grayscale: #D5D5D5. Windows color (decimal): -202995 or 911356. OLE color: 911356.

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

Color convert

RGB 252 231 13 -
CMYK 0 0.08 0.95 0.01
HSL 54.73º 0.98% 0.52% -
HSV(B) 54.73º 0.95% 0.99% -
XYZ 68.79 77.88 11.79 -
YUV 212.43 15.46 156.23 -
System Red Green Blue C M Y K H S L
Decimal 252 231 13 0 0.08 0.95 0.01 54.73 0.98 0.52
Hex FC E7 D 0 8 5F 1 37 62 34
Octal 374 347 15 0 10 137 1 67 142 64
Binary 11111100 11100111 1101 0 1000 1011111 1 110111 1100010 110100

Color Harmonies of #FCE70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE70D

Black with #FCE70D

Text Example


Text Example

White with #FCE70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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