#FFFA70

Color #FFFA70 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FFFA70

Tints of Laser Lemon #FFFA70

Color information

#FFFA70 (or 0xFFFA70) is unknown color: approx Laser Lemon. HEX triplet: FF, FA and 70. RGB value is (255,250,112). Sum of RGB (Red+Green+Blue) = 255+250+112=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 112 (44.14% from 255 or 18.15% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA70 is #00058F. Grayscale: #ECECEC. Windows color (decimal): -1424 or 7404287. OLE color: 7404287.

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

Color convert

RGB255250112-
CMYK00.020.560
HSL57.9º100%71.96%-
HSV(B)57.9º56.08%100%-
XYZ78.3590.828.73-
YUV235.7658.16141.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 112 (44.14% from 255) = 18.15%
R=41.33%
G=40.52%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525011200.020.56057.910071.96
HexFFFA70023803a6448
Octal3773721600270072144110
Binary11111111111110101110000010111000011101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA70; }

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

 H1.HeaderClassName
 {
   color: #FFFA70;
 }
 .AnyTagClassName
 {
   color: #FFFA70;
 }
</style>
background-color css

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

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

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

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

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

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