Html Css Color HEX #FEFD70 Laser Lemon

📋 copy color: '#FEFD70'

red 254 ◦ green 253 ◦ blue 112

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

Shades of Laser Lemon #FEFD70

Tints of Laser Lemon #FEFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.87%

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

R = 41.03%
G = 40.87%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEFD70 (or 0xFEFD70) is known color: Laser Lemon. HEX triplet: FE, FD and 70. RGB value is (254,253,112). Sum of RGB (Red+Green+Blue) = 254+253+112=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 112 (44.14% from 255 or 18.09% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD70 is #01028F. Grayscale: #EDEDED. Windows color (decimal): -66192 or 7405054. OLE color: 7405054.

HSL color Cylindrical-coordinate representation of color #FEFD70: hue angle of 59.58º 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 #FEFD70 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 112 -
CMYK 0 0.00 0.56 0.00
HSL 59.58º 0.99% 0.72% -
HSV(B) 59.58º 0.56% 1% -
XYZ 78.92 92.49 29.02 -
YUV 237.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 254 253 112 0 0.00 0.56 0.00 59.58 0.99 0.72
Hex FE FD 70 0 0 38 0 3C 63 48
Octal 376 375 160 0 0 70 0 74 143 110
Binary 11111110 11111101 1110000 0 0 111000 0 111100 1100011 1001000

Color Harmonies of #FEFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD70

Black with #FEFD70

Text Example


Text Example

White with #FEFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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