Html Css Color HEX #FDFB60 Laser Lemon

📋 copy color: '#FDFB60'

red 253 ◦ green 251 ◦ blue 96

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

Shades of Laser Lemon #FDFB60

Tints of Laser Lemon #FDFB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16%

R = 42.17%
G = 41.83%
B = 16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDFB60 (or 0xFDFB60) is known color: Laser Lemon. HEX triplet: FD, FB and 60. RGB value is (253,251,96). Sum of RGB (Red+Green+Blue) = 253+251+96=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 96 (37.89% from 255 or 16% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB60 is #02049F. Grayscale: #EAEAEA. Windows color (decimal): -132256 or 6355965. OLE color: 6355965.

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

Color convert

RGB 253 251 96 -
CMYK 0 0.01 0.62 0.01
HSL 59.24º 0.98% 0.68% -
HSV(B) 59.24º 0.62% 0.99% -
XYZ 77.12 90.72 24.51 -
YUV 233.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 253 251 96 0 0.01 0.62 0.01 59.24 0.98 0.68
Hex FD FB 60 0 1 3E 1 3B 62 44
Octal 375 373 140 0 1 76 1 73 142 104
Binary 11111101 11111011 1100000 0 1 111110 1 111011 1100010 1000100

Color Harmonies of #FDFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB60

Black with #FDFB60

Text Example


Text Example

White with #FDFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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