Html Css Color HEX #FCED1F Lemon

📋 copy color: '#FCED1F'

red 252 ◦ green 237 ◦ blue 31

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

Shades of Lemon #FCED1F

Tints of Lemon #FCED1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.96%

R = 48.46%
G = 45.58%
B = 5.96%

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

#FCED1F (or 0xFCED1F) is known color: Lemon. HEX triplet: FC, ED and 1F. RGB value is (252,237,31). Sum of RGB (Red+Green+Blue) = 252+237+31=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 31 (12.5% from 255 or 5.96% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED1F is #0312E0. Grayscale: #DADADA. Windows color (decimal): -201441 or 2092540. OLE color: 2092540.

HSL color Cylindrical-coordinate representation of color #FCED1F: hue angle of 55.93º 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 #FCED1F is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 31 -
CMYK 0 0.06 0.88 0.01
HSL 55.93º 0.97% 0.55% -
HSV(B) 55.93º 0.88% 0.99% -
XYZ 70.68 81.36 13.28 -
YUV 218 22.47 152.25 -
System Red Green Blue C M Y K H S L
Decimal 252 237 31 0 0.06 0.88 0.01 55.93 0.97 0.55
Hex FC ED 1F 0 6 58 1 38 61 37
Octal 374 355 37 0 6 130 1 70 141 67
Binary 11111100 11101101 11111 0 110 1011000 1 111000 1100001 110111

Color Harmonies of #FCED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED1F

Black with #FCED1F

Text Example


Text Example

White with #FCED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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