Html Css Color HEX #FFFD5C Laser Lemon

📋 copy color: '#FFFD5C'

red 255 ◦ green 253 ◦ blue 92

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

Shades of Laser Lemon #FFFD5C

Tints of Laser Lemon #FFFD5C

RGB

 RED value IS 255 (100% from 255) = 42.5%

 GREEN value IS 253 (99.22% from 255) = 42.17%

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

R = 42.5%
G = 42.17%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFFD5C (or 0xFFFD5C) is known color: Laser Lemon. HEX triplet: FF, FD and 5C. RGB value is (255,253,92). Sum of RGB (Red+Green+Blue) = 255+253+92=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 92 (36.33% from 255 or 15.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5C is #0002A3. Grayscale: #EBEBEB. Windows color (decimal): -676 or 6094335. OLE color: 6094335.

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

Color convert

RGB 255 253 92 -
CMYK 0 0.01 0.64 0
HSL 59.26º 1% 0.68% -
HSV(B) 59.26º 0.64% 1% -
XYZ 78.3 92.28 23.81 -
YUV 235.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 255 253 92 0 0.01 0.64 0 59.26 1 0.68
Hex FF FD 5C 0 1 40 0 3B 64 44
Octal 377 375 134 0 1 100 0 73 144 104
Binary 11111111 11111101 1011100 0 1 1000000 0 111011 1100100 1000100

Color Harmonies of #FFFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD5C

Black with #FFFD5C

Text Example


Text Example

White with #FFFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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