Html Css Color HEX #FCFF1E Lemon

📋 copy color: '#FCFF1E'

red 252 ◦ green 255 ◦ blue 30

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

Shades of Lemon #FCFF1E

Tints of Lemon #FCFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 47.49%

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

R = 46.93%
G = 47.49%
B = 5.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FCFF1E (or 0xFCFF1E) is known color: Lemon. HEX triplet: FC, FF and 1E. RGB value is (252,255,30). Sum of RGB (Red+Green+Blue) = 252+255+30=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 30 (12.11% from 255 or 5.59% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF1E is #0300E1. Grayscale: #E5E5E5. Windows color (decimal): -196834 or 2031612. OLE color: 2031612.

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

Color convert

RGB 252 255 30 -
CMYK 0.01 0 0.88 0
HSL 60.8º 1% 0.56% -
HSV(B) 60.8º 0.88% 1% -
XYZ 76.14 92.31 15.03 -
YUV 228.45 16.01 144.8 -
System Red Green Blue C M Y K H S L
Decimal 252 255 30 0.01 0 0.88 0 60.8 1 0.56
Hex FC FF 1E 1 0 58 0 3D 64 38
Octal 374 377 36 1 0 130 0 75 144 70
Binary 11111100 11111111 11110 1 0 1011000 0 111101 1100100 111000

Color Harmonies of #FCFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF1E

Black with #FCFF1E

Text Example


Text Example

White with #FCFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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