Html Css Color HEX #FBFB60 Laser Lemon

📋 copy color: '#FBFB60'

red 251 ◦ green 251 ◦ blue 96

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

Shades of Laser Lemon #FBFB60

Tints of Laser Lemon #FBFB60

RGB

 RED value IS 251 (98.44% from 255) = 41.97%

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

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

R = 41.97%
G = 41.97%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBFB60 (or 0xFBFB60) is known color: Laser Lemon. HEX triplet: FB, FB and 60. RGB value is (251,251,96). Sum of RGB (Red+Green+Blue) = 251+251+96=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 96 (37.89% from 255 or 16.05% from 598); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFB60 is #04049F. Grayscale: #E9E9E9. Windows color (decimal): -263328 or 6355963. OLE color: 6355963.

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

Color convert

RGB 251 251 96 -
CMYK 0 0 0.62 0.02
HSL 60º 0.95% 0.68% -
HSV(B) 60º 0.62% 0.98% -
XYZ 76.39 90.35 24.48 -
YUV 233.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 251 251 96 0 0 0.62 0.02 60 0.95 0.68
Hex FB FB 60 0 0 3E 2 3C 5F 44
Octal 373 373 140 0 0 76 2 74 137 104
Binary 11111011 11111011 1100000 0 0 111110 10 111100 1011111 1000100

Color Harmonies of #FBFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB60

Black with #FBFB60

Text Example


Text Example

White with #FBFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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