Html Css Color HEX #FCED10 Lemon

📋 copy color: '#FCED10'

red 252 ◦ green 237 ◦ blue 16

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

Shades of Lemon #FCED10

Tints of Lemon #FCED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

 BLUE value IS 16 (6.64% from 255) = 3.17%

R = 49.9%
G = 46.93%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCED10 (or 0xFCED10) is known color: Lemon. HEX triplet: FC, ED and 10. RGB value is (252,237,16). Sum of RGB (Red+Green+Blue) = 252+237+16=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED10 is #0312EF. Grayscale: #D9D9D9. Windows color (decimal): -201456 or 1109500. OLE color: 1109500.

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

Color convert

RGB 252 237 16 -
CMYK 0 0.06 0.94 0.01
HSL 56.19º 0.98% 0.53% -
HSV(B) 56.19º 0.94% 0.99% -
XYZ 70.52 81.3 12.47 -
YUV 216.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 252 237 16 0 0.06 0.94 0.01 56.19 0.98 0.53
Hex FC ED 10 0 6 5E 1 38 62 35
Octal 374 355 20 0 6 136 1 70 142 65
Binary 11111100 11101101 10000 0 110 1011110 1 111000 1100010 110101

Color Harmonies of #FCED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED10

Black with #FCED10

Text Example


Text Example

White with #FCED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED10; }

 p { color: rgb(252,237,16); }

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

background-color css

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

 a { background-color: rgb(252,237,16); }

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

border-color css

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

 span { border-color: rgb(252,237,16); }

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