Html Css Color HEX #FDFE5A Laser Lemon

📋 copy color: '#FDFE5A'

red 253 ◦ green 254 ◦ blue 90

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

Shades of Laser Lemon #FDFE5A

Tints of Laser Lemon #FDFE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.55%

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

R = 42.38%
G = 42.55%
B = 15.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FDFE5A (or 0xFDFE5A) is known color: Laser Lemon. HEX triplet: FD, FE and 5A. RGB value is (253,254,90). Sum of RGB (Red+Green+Blue) = 253+254+90=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 90 (35.55% from 255 or 15.08% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE5A is #0201A5. Grayscale: #EBEBEB. Windows color (decimal): -131494 or 5963517. OLE color: 5963517.

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

Color convert

RGB 253 254 90 -
CMYK 0.00 0 0.65 0.00
HSL 60.37º 0.99% 0.67% -
HSV(B) 60.37º 0.65% 1% -
XYZ 77.8 92.5 23.43 -
YUV 235.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 253 254 90 0.00 0 0.65 0.00 60.37 0.99 0.67
Hex FD FE 5A 0 0 41 0 3C 63 43
Octal 375 376 132 0 0 101 0 74 143 103
Binary 11111101 11111110 1011010 0 0 1000001 0 111100 1100011 1000011

Color Harmonies of #FDFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE5A

Black with #FDFE5A

Text Example


Text Example

White with #FDFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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