Html Css Color HEX #FCED12 Lemon

📋 copy color: '#FCED12'

red 252 ◦ green 237 ◦ blue 18

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

Shades of Lemon #FCED12

Tints of Lemon #FCED12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.55%

R = 49.7%
G = 46.75%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCED12 (or 0xFCED12) is known color: Lemon. HEX triplet: FC, ED and 12. RGB value is (252,237,18). Sum of RGB (Red+Green+Blue) = 252+237+18=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 18 (7.42% from 255 or 3.55% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED12 is #0312ED. Grayscale: #D9D9D9. Windows color (decimal): -201454 or 1240572. OLE color: 1240572.

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

Color convert

RGB 252 237 18 -
CMYK 0 0.06 0.93 0.01
HSL 56.15º 0.98% 0.53% -
HSV(B) 56.15º 0.93% 0.99% -
XYZ 70.54 81.31 12.55 -
YUV 216.52 15.97 153.31 -
System Red Green Blue C M Y K H S L
Decimal 252 237 18 0 0.06 0.93 0.01 56.15 0.98 0.53
Hex FC ED 12 0 6 5D 1 38 62 35
Octal 374 355 22 0 6 135 1 70 142 65
Binary 11111100 11101101 10010 0 110 1011101 1 111000 1100010 110101

Color Harmonies of #FCED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED12

Black with #FCED12

Text Example


Text Example

White with #FCED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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