Html Css Color HEX #FFFA6C Laser Lemon

📋 copy color: '#FFFA6C'

red 255 ◦ green 250 ◦ blue 108

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

Shades of Laser Lemon #FFFA6C

Tints of Laser Lemon #FFFA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 17.62%

R = 41.6%
G = 40.78%
B = 17.62%

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

#FFFA6C (or 0xFFFA6C) is known color: Laser Lemon. HEX triplet: FF, FA and 6C. RGB value is (255,250,108). Sum of RGB (Red+Green+Blue) = 255+250+108=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 108 (42.58% from 255 or 17.62% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA6C is #000593. Grayscale: #EBEBEB. Windows color (decimal): -1428 or 7142143. OLE color: 7142143.

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

Color convert

RGB 255 250 108 -
CMYK 0 0.02 0.58 0
HSL 57.96º 1% 0.71% -
HSV(B) 57.96º 0.58% 1% -
XYZ 78.13 90.71 27.58 -
YUV 235.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 255 250 108 0 0.02 0.58 0 57.96 1 0.71
Hex FF FA 6C 0 2 3A 0 3A 64 47
Octal 377 372 154 0 2 72 0 72 144 107
Binary 11111111 11111010 1101100 0 10 111010 0 111010 1100100 1000111

Color Harmonies of #FFFA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA6C

Black with #FFFA6C

Text Example


Text Example

White with #FFFA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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