Html Css Color HEX #FFFD6A Laser Lemon

📋 copy color: '#FFFD6A'

red 255 ◦ green 253 ◦ blue 106

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

Shades of Laser Lemon #FFFD6A

Tints of Laser Lemon #FFFD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.21%

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

R = 41.53%
G = 41.21%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFFD6A (or 0xFFFD6A) is known color: Laser Lemon. HEX triplet: FF, FD and 6A. RGB value is (255,253,106). Sum of RGB (Red+Green+Blue) = 255+253+106=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 106 (41.80% from 255 or 17.26% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD6A is #000295. Grayscale: #EDEDED. Windows color (decimal): -662 or 7011839. OLE color: 7011839.

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

Color convert

RGB 255 253 106 -
CMYK 0 0.01 0.58 0
HSL 59.19º 1% 0.71% -
HSV(B) 59.19º 0.58% 1% -
XYZ 78.97 92.55 27.34 -
YUV 236.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 255 253 106 0 0.01 0.58 0 59.19 1 0.71
Hex FF FD 6A 0 1 3A 0 3B 64 47
Octal 377 375 152 0 1 72 0 73 144 107
Binary 11111111 11111101 1101010 0 1 111010 0 111011 1100100 1000111

Color Harmonies of #FFFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD6A

Black with #FFFD6A

Text Example


Text Example

White with #FFFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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