Html Css Color HEX #FDFC5B Laser Lemon

📋 copy color: '#FDFC5B'

red 253 ◦ green 252 ◦ blue 91

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

Shades of Laser Lemon #FDFC5B

Tints of Laser Lemon #FDFC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.27%

R = 42.45%
G = 42.28%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDFC5B (or 0xFDFC5B) is known color: Laser Lemon. HEX triplet: FD, FC and 5B. RGB value is (253,252,91). Sum of RGB (Red+Green+Blue) = 253+252+91=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 91 (35.94% from 255 or 15.27% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC5B is #0203A4. Grayscale: #EAEAEA. Windows color (decimal): -132005 or 6028541. OLE color: 6028541.

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

Color convert

RGB 253 252 91 -
CMYK 0 0.00 0.64 0.01
HSL 59.63º 0.98% 0.67% -
HSV(B) 59.63º 0.64% 0.99% -
XYZ 77.21 91.26 23.44 -
YUV 233.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 253 252 91 0 0.00 0.64 0.01 59.63 0.98 0.67
Hex FD FC 5B 0 0 40 1 3C 62 43
Octal 375 374 133 0 0 100 1 74 142 103
Binary 11111101 11111100 1011011 0 0 1000000 1 111100 1100010 1000011

Color Harmonies of #FDFC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC5B

Black with #FDFC5B

Text Example


Text Example

White with #FDFC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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