Html Css Color HEX #FCED0A Lemon

📋 copy color: '#FCED0A'

red 252 ◦ green 237 ◦ blue 10

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

Shades of Lemon #FCED0A

Tints of Lemon #FCED0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2%

R = 50.5%
G = 47.49%
B = 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

#FCED0A (or 0xFCED0A) is known color: Lemon. HEX triplet: FC, ED and 0A. RGB value is (252,237,10). Sum of RGB (Red+Green+Blue) = 252+237+10=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED0A is #0312F5. Grayscale: #D8D8D8. Windows color (decimal): -201462 or 716284. OLE color: 716284.

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

Color convert

RGB 252 237 10 -
CMYK 0 0.06 0.96 0.01
HSL 56.28º 0.98% 0.51% -
HSV(B) 56.28º 0.96% 0.99% -
XYZ 70.48 81.29 12.26 -
YUV 215.61 11.97 153.96 -
System Red Green Blue C M Y K H S L
Decimal 252 237 10 0 0.06 0.96 0.01 56.28 0.98 0.51
Hex FC ED A 0 6 60 1 38 62 33
Octal 374 355 12 0 6 140 1 70 142 63
Binary 11111100 11101101 1010 0 110 1100000 1 111000 1100010 110011

Color Harmonies of #FCED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED0A

Black with #FCED0A

Text Example


Text Example

White with #FCED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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