Html Css Color HEX #FDF66A Laser Lemon

📋 copy color: '#FDF66A'

red 253 ◦ green 246 ◦ blue 106

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

Shades of Laser Lemon #FDF66A

Tints of Laser Lemon #FDF66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.66%

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

R = 41.82%
G = 40.66%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDF66A (or 0xFDF66A) is known color: Laser Lemon. HEX triplet: FD, F6 and 6A. RGB value is (253,246,106). Sum of RGB (Red+Green+Blue) = 253+246+106=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 106 (41.80% from 255 or 17.52% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF66A is #020995. Grayscale: #E8E8E8. Windows color (decimal): -133526 or 7010045. OLE color: 7010045.

HSL color Cylindrical-coordinate representation of color #FDF66A: hue angle of 57.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF66A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 106 -
CMYK 0 0.03 0.58 0.01
HSL 57.14º 0.97% 0.7% -
HSV(B) 57.14º 0.58% 0.99% -
XYZ 76.07 87.83 26.58 -
YUV 232.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 253 246 106 0 0.03 0.58 0.01 57.14 0.97 0.7
Hex FD F6 6A 0 3 3A 1 39 61 46
Octal 375 366 152 0 3 72 1 71 141 106
Binary 11111101 11110110 1101010 0 11 111010 1 111001 1100001 1000110

Color Harmonies of #FDF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF66A

Black with #FDF66A

Text Example


Text Example

White with #FDF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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