Html Css Color HEX #FDFD5A Laser Lemon

📋 copy color: '#FDFD5A'

red 253 ◦ green 253 ◦ blue 90

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

Shades of Laser Lemon #FDFD5A

Tints of Laser Lemon #FDFD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.1%

R = 42.45%
G = 42.45%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDFD5A (or 0xFDFD5A) is known color: Laser Lemon. HEX triplet: FD, FD and 5A. RGB value is (253,253,90). Sum of RGB (Red+Green+Blue) = 253+253+90=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 90 (35.55% from 255 or 15.10% from 596); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD5A is #0202A5. Grayscale: #EBEBEB. Windows color (decimal): -131750 or 5963261. OLE color: 5963261.

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

Color convert

RGB 253 253 90 -
CMYK 0 0 0.64 0.01
HSL 60º 0.98% 0.67% -
HSV(B) 60º 0.64% 0.99% -
XYZ 77.48 91.87 23.32 -
YUV 234.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 253 253 90 0 0 0.64 0.01 60 0.98 0.67
Hex FD FD 5A 0 0 40 1 3C 62 43
Octal 375 375 132 0 0 100 1 74 142 103
Binary 11111101 11111101 1011010 0 0 1000000 1 111100 1100010 1000011

Color Harmonies of #FDFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD5A

Black with #FDFD5A

Text Example


Text Example

White with #FDFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD5A; }

 p { color: rgb(253,253,90); }

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

background-color css

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

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

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

border-color css

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

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

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