Html Css Color HEX #FFFA70 Laser Lemon

📋 copy color: '#FFFA70'

red 255 ◦ green 250 ◦ blue 112

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

Shades of Laser Lemon #FFFA70

Tints of Laser Lemon #FFFA70

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 value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFFA70 (or 0xFFFA70) is known color: 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

RGB 255 250 112 -
CMYK 0 0.02 0.56 0
HSL 57.9º 1% 0.72% -
HSV(B) 57.9º 0.56% 1% -
XYZ 78.35 90.8 28.73 -
YUV 235.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 255 250 112 0 0.02 0.56 0 57.9 1 0.72
Hex FF FA 70 0 2 38 0 3A 64 48
Octal 377 372 160 0 2 70 0 72 144 110
Binary 11111111 11111010 1110000 0 10 111000 0 111010 1100100 1001000

Color Harmonies of #FFFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA70

Black with #FFFA70

Text Example


Text Example

White with #FFFA70

Text Example


Text Example

HTML Codes & Css Web 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>