Html Css Color HEX #FCF10E Lemon

📋 copy color: '#FCF10E'

red 252 ◦ green 241 ◦ blue 14

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

Shades of Lemon #FCF10E

Tints of Lemon #FCF10E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.53%

 BLUE value IS 14 (5.86% from 255) = 2.76%

R = 49.7%
G = 47.53%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCF10E (or 0xFCF10E) is known color: Lemon. HEX triplet: FC, F1 and 0E. RGB value is (252,241,14). Sum of RGB (Red+Green+Blue) = 252+241+14=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 14 (5.86% from 255 or 2.76% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF10E is #030EF1. Grayscale: #DBDBDB. Windows color (decimal): -200434 or 979452. OLE color: 979452.

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

Color convert

RGB 252 241 14 -
CMYK 0 0.04 0.94 0.01
HSL 57.23º 0.98% 0.52% -
HSV(B) 57.23º 0.94% 0.99% -
XYZ 71.68 83.64 12.78 -
YUV 218.41 12.64 151.96 -
System Red Green Blue C M Y K H S L
Decimal 252 241 14 0 0.04 0.94 0.01 57.23 0.98 0.52
Hex FC F1 E 0 4 5E 1 39 62 34
Octal 374 361 16 0 4 136 1 71 142 64
Binary 11111100 11110001 1110 0 100 1011110 1 111001 1100010 110100

Color Harmonies of #FCF10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF10E

Black with #FCF10E

Text Example


Text Example

White with #FCF10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF10E; }

 p { color: rgb(252,241,14); }

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

background-color css

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

 a { background-color: rgb(252,241,14); }

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

border-color css

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

 span { border-color: rgb(252,241,14); }

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