Html Css Color HEX #FDF96C Laser Lemon

📋 copy color: '#FDF96C'

red 253 ◦ green 249 ◦ blue 108

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

Shades of Laser Lemon #FDF96C

Tints of Laser Lemon #FDF96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 17.7%

R = 41.48%
G = 40.82%
B = 17.7%

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

#FDF96C (or 0xFDF96C) is known color: Laser Lemon. HEX triplet: FD, F9 and 6C. RGB value is (253,249,108). Sum of RGB (Red+Green+Blue) = 253+249+108=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 108 (42.58% from 255 or 17.70% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96C is #020693. Grayscale: #EAEAEA. Windows color (decimal): -132756 or 7141885. OLE color: 7141885.

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

Color convert

RGB 253 249 108 -
CMYK 0 0.02 0.57 0.01
HSL 58.34º 0.97% 0.71% -
HSV(B) 58.34º 0.57% 0.99% -
XYZ 77.09 89.72 27.44 -
YUV 234.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 253 249 108 0 0.02 0.57 0.01 58.34 0.97 0.71
Hex FD F9 6C 0 2 39 1 3A 61 47
Octal 375 371 154 0 2 71 1 72 141 107
Binary 11111101 11111001 1101100 0 10 111001 1 111010 1100001 1000111

Color Harmonies of #FDF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF96C

Black with #FDF96C

Text Example


Text Example

White with #FDF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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