Html Css Color HEX #FFFA6E Laser Lemon

📋 copy color: '#FFFA6E'

red 255 ◦ green 250 ◦ blue 110

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

Shades of Laser Lemon #FFFA6E

Tints of Laser Lemon #FFFA6E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

 BLUE value IS 110 (43.36% from 255) = 17.89%

R = 41.46%
G = 40.65%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFFA6E (or 0xFFFA6E) is known color: Laser Lemon. HEX triplet: FF, FA and 6E. RGB value is (255,250,110). Sum of RGB (Red+Green+Blue) = 255+250+110=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 110 (43.36% from 255 or 17.89% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA6E is #000591. Grayscale: #ECECEC. Windows color (decimal): -1426 or 7273215. OLE color: 7273215.

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

Color convert

RGB 255 250 110 -
CMYK 0 0.02 0.57 0
HSL 57.93º 1% 0.72% -
HSV(B) 57.93º 0.57% 1% -
XYZ 78.24 90.76 28.15 -
YUV 235.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 255 250 110 0 0.02 0.57 0 57.93 1 0.72
Hex FF FA 6E 0 2 39 0 3A 64 48
Octal 377 372 156 0 2 71 0 72 144 110
Binary 11111111 11111010 1101110 0 10 111001 0 111010 1100100 1001000

Color Harmonies of #FFFA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA6E

Black with #FFFA6E

Text Example


Text Example

White with #FFFA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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