Html Css Color HEX #FCED0B Lemon

📋 copy color: '#FCED0B'

red 252 ◦ green 237 ◦ blue 11

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

Shades of Lemon #FCED0B

Tints of Lemon #FCED0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 50.4%
G = 47.4%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCED0B (or 0xFCED0B) is known color: Lemon. HEX triplet: FC, ED and 0B. RGB value is (252,237,11). Sum of RGB (Red+Green+Blue) = 252+237+11=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED0B is #0312F4. Grayscale: #D8D8D8. Windows color (decimal): -201461 or 781820. OLE color: 781820.

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

Color convert

RGB 252 237 11 -
CMYK 0 0.06 0.96 0.01
HSL 56.27º 0.98% 0.52% -
HSV(B) 56.27º 0.96% 0.99% -
XYZ 70.49 81.29 12.29 -
YUV 215.72 12.47 153.88 -
System Red Green Blue C M Y K H S L
Decimal 252 237 11 0 0.06 0.96 0.01 56.27 0.98 0.52
Hex FC ED B 0 6 60 1 38 62 34
Octal 374 355 13 0 6 140 1 70 142 64
Binary 11111100 11101101 1011 0 110 1100000 1 111000 1100010 110100

Color Harmonies of #FCED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED0B

Black with #FCED0B

Text Example


Text Example

White with #FCED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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