Html Css Color HEX #FCED20 Lemon

📋 copy color: '#FCED20'

red 252 ◦ green 237 ◦ blue 32

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

Shades of Lemon #FCED20

Tints of Lemon #FCED20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.14%

R = 48.37%
G = 45.49%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCED20 (or 0xFCED20) is known color: Lemon. HEX triplet: FC, ED and 20. RGB value is (252,237,32). Sum of RGB (Red+Green+Blue) = 252+237+32=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED20 is #0312DF. Grayscale: #DADADA. Windows color (decimal): -201440 or 2158076. OLE color: 2158076.

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

Color convert

RGB 252 237 32 -
CMYK 0 0.06 0.87 0.01
HSL 55.91º 0.97% 0.56% -
HSV(B) 55.91º 0.87% 0.99% -
XYZ 70.69 81.37 13.35 -
YUV 218.12 22.97 152.17 -
System Red Green Blue C M Y K H S L
Decimal 252 237 32 0 0.06 0.87 0.01 55.91 0.97 0.56
Hex FC ED 20 0 6 57 1 38 61 38
Octal 374 355 40 0 6 127 1 70 141 70
Binary 11111100 11101101 100000 0 110 1010111 1 111000 1100001 111000

Color Harmonies of #FCED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED20

Black with #FCED20

Text Example


Text Example

White with #FCED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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