Html Css Color HEX #FCED18 Lemon

📋 copy color: '#FCED18'

red 252 ◦ green 237 ◦ blue 24

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

Shades of Lemon #FCED18

Tints of Lemon #FCED18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.68%

R = 49.12%
G = 46.2%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCED18 (or 0xFCED18) is known color: Lemon. HEX triplet: FC, ED and 18. RGB value is (252,237,24). Sum of RGB (Red+Green+Blue) = 252+237+24=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 24 (9.77% from 255 or 4.68% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED18 is #0312E7. Grayscale: #DADADA. Windows color (decimal): -201448 or 1633788. OLE color: 1633788.

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

Color convert

RGB 252 237 24 -
CMYK 0 0.06 0.90 0.01
HSL 56.05º 0.97% 0.54% -
HSV(B) 56.05º 0.9% 0.99% -
XYZ 70.59 81.33 12.84 -
YUV 217.2 18.97 152.82 -
System Red Green Blue C M Y K H S L
Decimal 252 237 24 0 0.06 0.90 0.01 56.05 0.97 0.54
Hex FC ED 18 0 6 5A 1 38 61 36
Octal 374 355 30 0 6 132 1 70 141 66
Binary 11111100 11101101 11000 0 110 1011010 1 111000 1100001 110110

Color Harmonies of #FCED18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED18

Black with #FCED18

Text Example


Text Example

White with #FCED18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED18; }

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

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

background-color css

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

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

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

border-color css

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

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

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