Html Css Color HEX #FCE70F Lemon

📋 copy color: '#FCE70F'

red 252 ◦ green 231 ◦ blue 15

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

Shades of Lemon #FCE70F

Tints of Lemon #FCE70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.01%

R = 50.6%
G = 46.39%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCE70F (or 0xFCE70F) is known color: Lemon. HEX triplet: FC, E7 and 0F. RGB value is (252,231,15). Sum of RGB (Red+Green+Blue) = 252+231+15=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE70F is #0318F0. Grayscale: #D5D5D5. Windows color (decimal): -202993 or 1042428. OLE color: 1042428.

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

Color convert

RGB 252 231 15 -
CMYK 0 0.08 0.94 0.01
HSL 54.68º 0.98% 0.52% -
HSV(B) 54.68º 0.94% 0.99% -
XYZ 68.81 77.88 11.86 -
YUV 212.66 16.46 156.06 -
System Red Green Blue C M Y K H S L
Decimal 252 231 15 0 0.08 0.94 0.01 54.68 0.98 0.52
Hex FC E7 F 0 8 5E 1 37 62 34
Octal 374 347 17 0 10 136 1 67 142 64
Binary 11111100 11100111 1111 0 1000 1011110 1 110111 1100010 110100

Color Harmonies of #FCE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE70F

Black with #FCE70F

Text Example


Text Example

White with #FCE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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