Html Css Color HEX #FCED1E Lemon

📋 copy color: '#FCED1E'

red 252 ◦ green 237 ◦ blue 30

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

Shades of Lemon #FCED1E

Tints of Lemon #FCED1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.78%

R = 48.55%
G = 45.66%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCED1E (or 0xFCED1E) is known color: Lemon. HEX triplet: FC, ED and 1E. RGB value is (252,237,30). Sum of RGB (Red+Green+Blue) = 252+237+30=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 30 (12.11% from 255 or 5.78% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED1E is #0312E1. Grayscale: #DADADA. Windows color (decimal): -201442 or 2027004. OLE color: 2027004.

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

Color convert

RGB 252 237 30 -
CMYK 0 0.06 0.88 0.01
HSL 55.95º 0.97% 0.55% -
HSV(B) 55.95º 0.88% 0.99% -
XYZ 70.66 81.36 13.21 -
YUV 217.89 21.97 152.33 -
System Red Green Blue C M Y K H S L
Decimal 252 237 30 0 0.06 0.88 0.01 55.95 0.97 0.55
Hex FC ED 1E 0 6 58 1 38 61 37
Octal 374 355 36 0 6 130 1 70 141 67
Binary 11111100 11101101 11110 0 110 1011000 1 111000 1100001 110111

Color Harmonies of #FCED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED1E

Black with #FCED1E

Text Example


Text Example

White with #FCED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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