Html Css Color HEX #FEFC70 Laser Lemon

📋 copy color: '#FEFC70'

red 254 ◦ green 252 ◦ blue 112

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

Shades of Laser Lemon #FEFC70

Tints of Laser Lemon #FEFC70

RGB

 RED value IS 254 (99.61% from 255) = 41.1%

 GREEN value IS 252 (98.83% from 255) = 40.78%

 BLUE value IS 112 (44.14% from 255) = 18.12%

R = 41.1%
G = 40.78%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEFC70 (or 0xFEFC70) is known color: Laser Lemon. HEX triplet: FE, FC and 70. RGB value is (254,252,112). Sum of RGB (Red+Green+Blue) = 254+252+112=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 112 (44.14% from 255 or 18.12% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC70 is #01038F. Grayscale: #EDEDED. Windows color (decimal): -66448 or 7404798. OLE color: 7404798.

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

Color convert

RGB 254 252 112 -
CMYK 0 0.01 0.56 0.00
HSL 59.15º 0.99% 0.72% -
HSV(B) 59.15º 0.56% 1% -
XYZ 78.61 91.86 28.92 -
YUV 236.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 254 252 112 0 0.01 0.56 0.00 59.15 0.99 0.72
Hex FE FC 70 0 1 38 0 3B 63 48
Octal 376 374 160 0 1 70 0 73 143 110
Binary 11111110 11111100 1110000 0 1 111000 0 111011 1100011 1001000

Color Harmonies of #FEFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC70

Black with #FEFC70

Text Example


Text Example

White with #FEFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC70; }

 p { color: rgb(254,252,112); }

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

background-color css

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

 a { background-color: rgb(254,252,112); }

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

border-color css

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

 span { border-color: rgb(254,252,112); }

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