Html Css Color HEX #FDF85C Laser Lemon

📋 copy color: '#FDF85C'

red 253 ◦ green 248 ◦ blue 92

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

Shades of Laser Lemon #FDF85C

Tints of Laser Lemon #FDF85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.51%

R = 42.66%
G = 41.82%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF85C (or 0xFDF85C) is known color: Laser Lemon. HEX triplet: FD, F8 and 5C. RGB value is (253,248,92). Sum of RGB (Red+Green+Blue) = 253+248+92=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 92 (36.33% from 255 or 15.51% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85C is #0207A3. Grayscale: #E8E8E8. Windows color (decimal): -133028 or 6093053. OLE color: 6093053.

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

Color convert

RGB 253 248 92 -
CMYK 0 0.02 0.64 0.01
HSL 58.14º 0.98% 0.68% -
HSV(B) 58.14º 0.64% 0.99% -
XYZ 76.01 88.79 23.26 -
YUV 231.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 253 248 92 0 0.02 0.64 0.01 58.14 0.98 0.68
Hex FD F8 5C 0 2 40 1 3A 62 44
Octal 375 370 134 0 2 100 1 72 142 104
Binary 11111101 11111000 1011100 0 10 1000000 1 111010 1100010 1000100

Color Harmonies of #FDF85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF85C

Black with #FDF85C

Text Example


Text Example

White with #FDF85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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