Html Css Color HEX #FDF85D Laser Lemon

📋 copy color: '#FDF85D'

red 253 ◦ green 248 ◦ blue 93

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

Shades of Laser Lemon #FDF85D

Tints of Laser Lemon #FDF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.75%

 BLUE value IS 93 (36.72% from 255) = 15.66%

R = 42.59%
G = 41.75%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF85D (or 0xFDF85D) is known color: Laser Lemon. HEX triplet: FD, F8 and 5D. RGB value is (253,248,93). Sum of RGB (Red+Green+Blue) = 253+248+93=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 93 (36.72% from 255 or 15.66% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85D is #0207A2. Grayscale: #E8E8E8. Windows color (decimal): -133027 or 6158589. OLE color: 6158589.

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

Color convert

RGB 253 248 93 -
CMYK 0 0.02 0.63 0.01
HSL 58.13º 0.98% 0.68% -
HSV(B) 58.13º 0.63% 0.99% -
XYZ 76.05 88.81 23.49 -
YUV 231.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 253 248 93 0 0.02 0.63 0.01 58.13 0.98 0.68
Hex FD F8 5D 0 2 3F 1 3A 62 44
Octal 375 370 135 0 2 77 1 72 142 104
Binary 11111101 11111000 1011101 0 10 111111 1 111010 1100010 1000100

Color Harmonies of #FDF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF85D

Black with #FDF85D

Text Example


Text Example

White with #FDF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF85D; }

 p { color: rgb(253,248,93); }

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

background-color css

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

 a { background-color: rgb(253,248,93); }

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

border-color css

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

 span { border-color: rgb(253,248,93); }

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