Html Css Color HEX #FFFE70 Laser Lemon

📋 copy color: '#FFFE70'

red 255 ◦ green 254 ◦ blue 112

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

Shades of Laser Lemon #FFFE70

Tints of Laser Lemon #FFFE70

RGB

 RED value IS 255 (100% from 255) = 41.06%

 GREEN value IS 254 (99.61% from 255) = 40.9%

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

R = 41.06%
G = 40.9%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFFE70 (or 0xFFFE70) is known color: Laser Lemon. HEX triplet: FF, FE and 70. RGB value is (255,254,112). Sum of RGB (Red+Green+Blue) = 255+254+112=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 112 (44.14% from 255 or 18.04% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE70 is #00018F. Grayscale: #EEEEEE. Windows color (decimal): -400 or 7405311. OLE color: 7405311.

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

Color convert

RGB 255 254 112 -
CMYK 0 0.00 0.56 0
HSL 59.58º 1% 0.72% -
HSV(B) 59.58º 0.56% 1% -
XYZ 79.61 93.31 29.14 -
YUV 238.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 255 254 112 0 0.00 0.56 0 59.58 1 0.72
Hex FF FE 70 0 0 38 0 3C 64 48
Octal 377 376 160 0 0 70 0 74 144 110
Binary 11111111 11111110 1110000 0 0 111000 0 111100 1100100 1001000

Color Harmonies of #FFFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE70

Black with #FFFE70

Text Example


Text Example

White with #FFFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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