Html Css Color HEX #FFFA6A Laser Lemon

📋 copy color: '#FFFA6A'

red 255 ◦ green 250 ◦ blue 106

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

Shades of Laser Lemon #FFFA6A

Tints of Laser Lemon #FFFA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.35%

R = 41.73%
G = 40.92%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFFA6A (or 0xFFFA6A) is known color: Laser Lemon. HEX triplet: FF, FA and 6A. RGB value is (255,250,106). Sum of RGB (Red+Green+Blue) = 255+250+106=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 106 (41.80% from 255 or 17.35% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA6A is #000595. Grayscale: #EBEBEB. Windows color (decimal): -1430 or 7011071. OLE color: 7011071.

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

Color convert

RGB 255 250 106 -
CMYK 0 0.02 0.58 0
HSL 57.99º 1% 0.71% -
HSV(B) 57.99º 0.58% 1% -
XYZ 78.03 90.67 27.02 -
YUV 235.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 255 250 106 0 0.02 0.58 0 57.99 1 0.71
Hex FF FA 6A 0 2 3A 0 3A 64 47
Octal 377 372 152 0 2 72 0 72 144 107
Binary 11111111 11111010 1101010 0 10 111010 0 111010 1100100 1000111

Color Harmonies of #FFFA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA6A

Black with #FFFA6A

Text Example


Text Example

White with #FFFA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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