Html Css Color HEX #FFFA6F Laser Lemon

📋 copy color: '#FFFA6F'

red 255 ◦ green 250 ◦ blue 111

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

Shades of Laser Lemon #FFFA6F

Tints of Laser Lemon #FFFA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.02%

R = 41.4%
G = 40.58%
B = 18.02%

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

#FFFA6F (or 0xFFFA6F) is known color: Laser Lemon. HEX triplet: FF, FA and 6F. RGB value is (255,250,111). Sum of RGB (Red+Green+Blue) = 255+250+111=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 111 (43.75% from 255 or 18.02% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA6F is #000590. Grayscale: #ECECEC. Windows color (decimal): -1425 or 7338751. OLE color: 7338751.

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

Color convert

RGB 255 250 111 -
CMYK 0 0.02 0.56 0
HSL 57.92º 1% 0.72% -
HSV(B) 57.92º 0.56% 1% -
XYZ 78.29 90.78 28.43 -
YUV 235.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 255 250 111 0 0.02 0.56 0 57.92 1 0.72
Hex FF FA 6F 0 2 38 0 3A 64 48
Octal 377 372 157 0 2 70 0 72 144 110
Binary 11111111 11111010 1101111 0 10 111000 0 111010 1100100 1001000

Color Harmonies of #FFFA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA6F

Black with #FFFA6F

Text Example


Text Example

White with #FFFA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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