Html Css Color HEX #FDFC5E Laser Lemon

📋 copy color: '#FDFC5E'

red 253 ◦ green 252 ◦ blue 94

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

Shades of Laser Lemon #FDFC5E

Tints of Laser Lemon #FDFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

 BLUE value IS 94 (37.11% from 255) = 15.69%

R = 42.24%
G = 42.07%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDFC5E (or 0xFDFC5E) is known color: Laser Lemon. HEX triplet: FD, FC and 5E. RGB value is (253,252,94). Sum of RGB (Red+Green+Blue) = 253+252+94=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 94 (37.11% from 255 or 15.69% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC5E is #0203A1. Grayscale: #EAEAEA. Windows color (decimal): -132002 or 6225149. OLE color: 6225149.

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

Color convert

RGB 253 252 94 -
CMYK 0 0.00 0.63 0.01
HSL 59.62º 0.98% 0.68% -
HSV(B) 59.62º 0.63% 0.99% -
XYZ 77.34 91.31 24.14 -
YUV 234.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 253 252 94 0 0.00 0.63 0.01 59.62 0.98 0.68
Hex FD FC 5E 0 0 3F 1 3C 62 44
Octal 375 374 136 0 0 77 1 74 142 104
Binary 11111101 11111100 1011110 0 0 111111 1 111100 1100010 1000100

Color Harmonies of #FDFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC5E

Black with #FDFC5E

Text Example


Text Example

White with #FDFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC5E; }

 p { color: rgb(253,252,94); }

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

background-color css

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

 a { background-color: rgb(253,252,94); }

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

border-color css

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

 span { border-color: rgb(253,252,94); }

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