Html Css Color HEX #FDFF6A Laser Lemon

📋 copy color: '#FDFF6A'

red 253 ◦ green 255 ◦ blue 106

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

Shades of Laser Lemon #FDFF6A

Tints of Laser Lemon #FDFF6A

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 255 106 -
CMYK 0.01 0 0.58 0
HSL 60.81º 1% 0.71% -
HSV(B) 60.81º 0.58% 1% -
XYZ 78.87 93.44 27.52 -
YUV 237.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 253 255 106 0.01 0 0.58 0 60.81 1 0.71
Hex FD FF 6A 1 0 3A 0 3D 64 47
Octal 375 377 152 1 0 72 0 75 144 107
Binary 11111101 11111111 1101010 1 0 111010 0 111101 1100100 1000111

Color Harmonies of #FDFF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF6A

Black with #FDFF6A

Text Example


Text Example

White with #FDFF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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