Html Css Color HEX #FCED1D Lemon

📋 copy color: '#FCED1D'

red 252 ◦ green 237 ◦ blue 29

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

Shades of Lemon #FCED1D

Tints of Lemon #FCED1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.6%

R = 48.65%
G = 45.75%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCED1D (or 0xFCED1D) is known color: Lemon. HEX triplet: FC, ED and 1D. RGB value is (252,237,29). Sum of RGB (Red+Green+Blue) = 252+237+29=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED1D is #0312E2. Grayscale: #DADADA. Windows color (decimal): -201443 or 1961468. OLE color: 1961468.

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

Color convert

RGB 252 237 29 -
CMYK 0 0.06 0.88 0.01
HSL 55.96º 0.97% 0.55% -
HSV(B) 55.96º 0.88% 0.99% -
XYZ 70.65 81.35 13.14 -
YUV 217.77 21.47 152.41 -
System Red Green Blue C M Y K H S L
Decimal 252 237 29 0 0.06 0.88 0.01 55.96 0.97 0.55
Hex FC ED 1D 0 6 58 1 38 61 37
Octal 374 355 35 0 6 130 1 70 141 67
Binary 11111100 11101101 11101 0 110 1011000 1 111000 1100001 110111

Color Harmonies of #FCED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED1D

Black with #FCED1D

Text Example


Text Example

White with #FCED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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