Html Css Color HEX #FCED1A Lemon

📋 copy color: '#FCED1A'

red 252 ◦ green 237 ◦ blue 26

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

Shades of Lemon #FCED1A

Tints of Lemon #FCED1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.05%

R = 48.93%
G = 46.02%
B = 5.05%

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

#FCED1A (or 0xFCED1A) is known color: Lemon. HEX triplet: FC, ED and 1A. RGB value is (252,237,26). Sum of RGB (Red+Green+Blue) = 252+237+26=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 26 (10.55% from 255 or 5.05% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED1A is #0312E5. Grayscale: #DADADA. Windows color (decimal): -201446 or 1764860. OLE color: 1764860.

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

Color convert

RGB 252 237 26 -
CMYK 0 0.06 0.90 0.01
HSL 56.02º 0.97% 0.55% -
HSV(B) 56.02º 0.9% 0.99% -
XYZ 70.62 81.34 12.96 -
YUV 217.43 19.97 152.66 -
System Red Green Blue C M Y K H S L
Decimal 252 237 26 0 0.06 0.90 0.01 56.02 0.97 0.55
Hex FC ED 1A 0 6 5A 1 38 61 37
Octal 374 355 32 0 6 132 1 70 141 67
Binary 11111100 11101101 11010 0 110 1011010 1 111000 1100001 110111

Color Harmonies of #FCED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED1A

Black with #FCED1A

Text Example


Text Example

White with #FCED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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