Html Css Color HEX #FDF96D Laser Lemon

📋 copy color: '#FDF96D'

red 253 ◦ green 249 ◦ blue 109

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

Shades of Laser Lemon #FDF96D

Tints of Laser Lemon #FDF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

 BLUE value IS 109 (42.97% from 255) = 17.84%

R = 41.41%
G = 40.75%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDF96D (or 0xFDF96D) is known color: Laser Lemon. HEX triplet: FD, F9 and 6D. RGB value is (253,249,109). Sum of RGB (Red+Green+Blue) = 253+249+109=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 109 (42.97% from 255 or 17.84% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96D is #020692. Grayscale: #EAEAEA. Windows color (decimal): -132755 or 7207421. OLE color: 7207421.

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

Color convert

RGB 253 249 109 -
CMYK 0 0.02 0.57 0.01
HSL 58.33º 0.97% 0.71% -
HSV(B) 58.33º 0.57% 0.99% -
XYZ 77.14 89.74 27.72 -
YUV 234.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 253 249 109 0 0.02 0.57 0.01 58.33 0.97 0.71
Hex FD F9 6D 0 2 39 1 3A 61 47
Octal 375 371 155 0 2 71 1 72 141 107
Binary 11111101 11111001 1101101 0 10 111001 1 111010 1100001 1000111

Color Harmonies of #FDF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF96D

Black with #FDF96D

Text Example


Text Example

White with #FDF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF96D; }

 p { color: rgb(253,249,109); }

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

background-color css

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

 a { background-color: rgb(253,249,109); }

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

border-color css

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

 span { border-color: rgb(253,249,109); }

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