Html Css Color HEX #FCE80F Lemon

📋 copy color: '#FCE80F'

red 252 ◦ green 232 ◦ blue 15

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

Shades of Lemon #FCE80F

Tints of Lemon #FCE80F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.49%

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

R = 50.5%
G = 46.49%
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

#FCE80F (or 0xFCE80F) is known color: Lemon. HEX triplet: FC, E8 and 0F. RGB value is (252,232,15). Sum of RGB (Red+Green+Blue) = 252+232+15=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 15 (6.25% from 255 or 3.01% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE80F is #0317F0. Grayscale: #D6D6D6. Windows color (decimal): -202737 or 1042684. OLE color: 1042684.

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

Color convert

RGB 252 232 15 -
CMYK 0 0.08 0.94 0.01
HSL 54.94º 0.98% 0.52% -
HSV(B) 54.94º 0.94% 0.99% -
XYZ 69.09 78.44 11.95 -
YUV 213.24 16.13 155.64 -
System Red Green Blue C M Y K H S L
Decimal 252 232 15 0 0.08 0.94 0.01 54.94 0.98 0.52
Hex FC E8 F 0 8 5E 1 37 62 34
Octal 374 350 17 0 10 136 1 67 142 64
Binary 11111100 11101000 1111 0 1000 1011110 1 110111 1100010 110100

Color Harmonies of #FCE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE80F

Black with #FCE80F

Text Example


Text Example

White with #FCE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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