Html Css Color HEX #FDF96B Laser Lemon

📋 copy color: '#FDF96B'

red 253 ◦ green 249 ◦ blue 107

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

Shades of Laser Lemon #FDF96B

Tints of Laser Lemon #FDF96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.57%

R = 41.54%
G = 40.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDF96B (or 0xFDF96B) is known color: Laser Lemon. HEX triplet: FD, F9 and 6B. RGB value is (253,249,107). Sum of RGB (Red+Green+Blue) = 253+249+107=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 107 (42.19% from 255 or 17.57% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96B is #020694. Grayscale: #EAEAEA. Windows color (decimal): -132757 or 7076349. OLE color: 7076349.

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

Color convert

RGB 253 249 107 -
CMYK 0 0.02 0.58 0.01
HSL 58.36º 0.97% 0.71% -
HSV(B) 58.36º 0.58% 0.99% -
XYZ 77.04 89.7 27.16 -
YUV 234.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 253 249 107 0 0.02 0.58 0.01 58.36 0.97 0.71
Hex FD F9 6B 0 2 3A 1 3A 61 47
Octal 375 371 153 0 2 72 1 72 141 107
Binary 11111101 11111001 1101011 0 10 111010 1 111010 1100001 1000111

Color Harmonies of #FDF96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF96B

Black with #FDF96B

Text Example


Text Example

White with #FDF96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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