Html Css Color HEX #FDFB5A Laser Lemon

📋 copy color: '#FDFB5A'

red 253 ◦ green 251 ◦ blue 90

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

Shades of Laser Lemon #FDFB5A

Tints of Laser Lemon #FDFB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.26%

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

R = 42.59%
G = 42.26%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDFB5A (or 0xFDFB5A) is known color: Laser Lemon. HEX triplet: FD, FB and 5A. RGB value is (253,251,90). Sum of RGB (Red+Green+Blue) = 253+251+90=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB5A is #0204A5. Grayscale: #E9E9E9. Windows color (decimal): -132262 or 5962749. OLE color: 5962749.

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

Color convert

RGB 253 251 90 -
CMYK 0 0.01 0.64 0.01
HSL 59.26º 0.98% 0.67% -
HSV(B) 59.26º 0.64% 0.99% -
XYZ 76.85 90.62 23.11 -
YUV 233.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 253 251 90 0 0.01 0.64 0.01 59.26 0.98 0.67
Hex FD FB 5A 0 1 40 1 3B 62 43
Octal 375 373 132 0 1 100 1 73 142 103
Binary 11111101 11111011 1011010 0 1 1000000 1 111011 1100010 1000011

Color Harmonies of #FDFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB5A

Black with #FDFB5A

Text Example


Text Example

White with #FDFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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